15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
# TraceStudio Server 依赖包
|
|
|
|
# Web 框架
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
|
|
# 数据处理
|
|
polars==0.19.12
|
|
pyarrow==14.0.1
|
|
pandas==2.1.3
|
|
|
|
# 工具库
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|