| # Core dependencies | |
| pydantic>=2.0,<3.0 | |
| fastapi>=0.100.0 | |
| uvicorn>=0.20.0 | |
| gradio>=4.0,<5.0 | |
| # AI and ML | |
| huggingface-hub>=0.20.0 | |
| transformers>=4.30.0 | |
| torch>=2.0.0 | |
| datasets>=2.0.0 | |
| numpy>=1.21.0 | |
| pillow>=8.0.0 | |
| # Authentication and security | |
| bcrypt>=4.0.0 | |
| python-multipart>=0.0.5 | |
| python-jose>=3.3.0 | |
| passlib>=1.7.4 | |
| # Async and HTTP | |
| aiohttp>=3.8.0 | |
| aiofiles>=22.0.0 | |
| httpx>=0.24.0 | |
| websockets>=10.0 | |
| # Data processing | |
| pandas>=1.5.0 | |
| pyyaml>=6.0.0 | |
| requests>=2.28.0 | |
| beautifulsoup4>=4.11.0 | |
| # Logging and utilities | |
| loguru>=0.7.0 | |
| python-dotenv>=1.0.0 | |
| tenacity>=8.0.0 | |
| colorama>=0.4.0 | |
| # Cloudflare (optional) | |
| cloudflare>=2.0.0 | |
| cryptography>=40.0.0 | |
| # Additional utilities | |
| setuptools>=60.0.0 | |