requirements.txt 636 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Agent Framework (local installation)
  2. # Install from parent directory: pip install -e ../../
  3. # Core Dependencies
  4. pandas>=2.0.0
  5. numpy>=1.24.0
  6. httpx>=0.24.0
  7. requests>=2.31.0
  8. python-dotenv>=1.0.0
  9. # Excel/Report Generation
  10. openpyxl>=3.1.0
  11. xlsxwriter>=3.1.0
  12. # ODPS/Data Processing
  13. pyodps>=0.11.0
  14. # Async Support
  15. asyncio>=3.4.3
  16. aiohttp>=3.8.0
  17. # LLM / API
  18. openai>=1.0.0
  19. # Utilities
  20. pydantic>=2.0.0
  21. loguru>=0.7.0
  22. tenacity>=8.2.0
  23. # For FastAPI + APScheduler (if using server.py)
  24. fastapi>=0.104.0
  25. uvicorn[standard]>=0.24.0
  26. apscheduler>=3.10.0
  27. # Database (MySQL)
  28. pymysql>=1.1.0
  29. # Optional: Prometheus metrics
  30. # prometheus-client>=0.19.0