requirements.txt 344 B

1234567891011121314151617181920212223
  1. # FastAPI
  2. fastapi>=0.104.0
  3. uvicorn[standard]>=0.24.0
  4. pydantic>=2.5.0
  5. pydantic-settings>=2.1.0
  6. python-multipart>=0.0.6
  7. python-dotenv>=1.0.0
  8. # HTTP / search API
  9. requests>=2.31.0
  10. httpx>=0.27.0
  11. feedparser>=6.0.10
  12. # Async
  13. anyio>=4.0.0
  14. # AI/Agent framework
  15. hello-agents>=1.0.0
  16. # PDF text extraction
  17. pymupdf>=1.24.0
  18. pymupdf4llm>=0.0.5
  19. ftfy>=6.0.0