1
0

requirements.txt 533 B

1234567891011121314151617181920212223242526272829303132
  1. # HelloAgents框架 【修复:匹配项目1.0.2版本,删除无效protocols】
  2. #hello-agents==1.0.2
  3. # FastAPI和相关依赖
  4. fastapi>=0.115.0
  5. uvicorn[standard]>=0.32.0
  6. pydantic>=2.0.0
  7. pydantic-settings>=2.0.0
  8. # HTTP客户端
  9. httpx>=0.27.0
  10. aiohttp>=3.10.0
  11. # 环境变量管理
  12. python-dotenv>=1.0.0
  13. # CORS支持
  14. python-multipart>=0.0.9
  15. # 日志
  16. loguru>=0.7.0
  17. # RSA非对称加密(前端密码传输)
  18. cryptography>=41.0.0
  19. # MCP相关
  20. fastmcp>=2.0.0
  21. uv>=0.8.0
  22. # 其他工具
  23. python-dateutil>=2.8.2
  24. huggingface_hub>=0.25.0