finyx_data_ai/requirements.txt
2026-01-11 07:48:19 +08:00

34 lines
488 B
Plaintext

# FastAPI 核心依赖
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
pydantic>=2.0.0
pydantic-settings>=2.0.0
# HTTP 客户端
httpx>=0.24.0
# 文档处理
pandas>=2.0.0
openpyxl>=3.1.0
python-docx>=1.1.0
pdfplumber>=0.10.0
# 大模型 SDK
openai>=1.0.0
dashscope>=1.14.0
# 日志
loguru>=0.7.0
# 环境变量
python-dotenv>=1.0.0
# Redis (可选,用于缓存)
redis>=5.0.0
# 测试工具(开发依赖)
pytest>=7.4.0
pytest-asyncio>=0.21.0
httpx>=0.24.0