14 lines
196 B
Plaintext
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
|