catalog-agent/requirements.txt
2025-10-08 00:15:41 +08:00

14 lines
196 B
Plaintext

# FastAPI和Web服务器
fastapi==0.116.1
uvicorn==0.35.0
# HTTP客户端
requests==2.32.5
# Qwen Agent框架
qwen-agent[rag,mcp]==0.0.29
# 数据处理
pydantic==2.10.5
python-dateutil==2.8.2