requirements.txt 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. docstring-parser>=0.15
  24. Pillow>=10.0.0
  25. # For FastAPI + APScheduler (if using server.py)
  26. fastapi>=0.104.0
  27. uvicorn[standard]>=0.24.0
  28. apscheduler>=3.10.0
  29. # Database (MySQL)
  30. pymysql>=1.1.0
  31. # Feishu SDK
  32. lark-oapi>=1.5.0
  33. # Optional: Prometheus metrics
  34. # prometheus-client>=0.19.0