Files
AIRegulation-Demo-Test-Backend/requirements.txt

34 lines
468 B
Plaintext
Raw Normal View History

2026-05-11 11:22:55 +08:00
# Web框架
fastapi>=0.110.0
uvicorn>=0.27.0
# LangGraph & LangChain
langgraph>=0.0.40
langchain>=0.2.0
langchain-community>=0.2.0
# DashScope
dashscope>=1.14.0
# Milvus
pymilvus>=2.3.0
# 文档解析
pypdf2>=3.0.0
python-docx>=1.1.0
pdfplumber>=0.10.0
# Pydantic配置
pydantic>=2.0.0
pydantic-settings>=2.0.0
# 工具
python-multipart>=0.0.9
sse-starlette>=1.8.0
python-dotenv>=1.0.0
tiktoken>=0.5.0
httpx>=0.25.0
# 测试
pytest>=7.4.0
pytest-asyncio>=0.21.0