requirements.txt 229 B

123456789101112131415
  1. # FastAPI后端依赖
  2. fastapi>=0.104.0
  3. uvicorn[standard]>=0.24.0
  4. pydantic>=2.0.0
  5. requests>=2.31.0
  6. # CORS支持
  7. python-multipart>=0.0.6
  8. # 测试工具
  9. pytest>=7.4.0
  10. httpx>=0.25.0
  11. # HelloAgents框架
  12. hello-agents>=0.2.4,<=0.2.9