requirements.txt 250 B

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