| # FastAPI and server | |
| fastapi==0.109.0 | |
| uvicorn[standard]==0.27.0 | |
| pydantic==2.5.3 | |
| pydantic-settings==2.1.0 | |
| # HTTP client | |
| httpx==0.26.0 | |
| # Rate limiting | |
| slowapi==0.1.9 | |
| # Optional: Redis support (uncomment if using Redis) | |
| # redis==5.0.1 | |
| # aioredis==2.0.1 | |
| # Utilities | |
| python-dotenv==1.0.0 | |