catalog-agent/requirements.txt
2025-10-07 17:33:35 +08:00

14 lines
192 B
Plaintext

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