| # Core FastAPI and Server | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.31.0 | |
| python-multipart==0.0.9 | |
| # HTTP Clients | |
| httpx==0.27.2 | |
| aiohttp==3.10.5 | |
| requests==2.32.3 | |
| # WebSocket | |
| websockets==13.1 | |
| python-socketio==5.11.4 | |
| # Data Processing | |
| pydantic==2.9.2 | |
| python-dotenv==1.0.1 | |
| feedparser==6.0.11 | |
| # Database | |
| sqlalchemy==2.0.35 | |
| alembic==1.13.3 | |
| # Async Support | |
| asyncio==3.4.3 | |
| aiofiles==24.1.0 | |
| # Scheduling | |
| apscheduler==3.10.4 | |
| # Utilities | |
| python-dateutil==2.9.0 | |
| pytz==2024.2 | |