TraceStudio-dev/server/requirements.txt

15 lines
203 B
Plaintext
Raw Normal View History

2026-01-07 19:34:45 +08:00
# 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