| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # Agent Framework (local installation)
- # Install from parent directory: pip install -e ../../
- # Core Dependencies
- pandas>=2.0.0
- numpy>=1.24.0
- httpx>=0.24.0
- requests>=2.31.0
- python-dotenv>=1.0.0
- # Excel/Report Generation
- openpyxl>=3.1.0
- xlsxwriter>=3.1.0
- # ODPS/Data Processing
- pyodps>=0.11.0
- # Async Support
- asyncio>=3.4.3
- aiohttp>=3.8.0
- # LLM / API
- openai>=1.0.0
- # Utilities
- pydantic>=2.0.0
- loguru>=0.7.0
- tenacity>=8.2.0
- # For FastAPI + APScheduler (if using server.py)
- fastapi>=0.104.0
- uvicorn[standard]>=0.24.0
- apscheduler>=3.10.0
- # Database (MySQL)
- pymysql>=1.1.0
- # Optional: Prometheus metrics
- # prometheus-client>=0.19.0
|