| # Core dependencies for OpenAI-compatible API service | |
| # Note: PyTorch and Transformers are installed separately in Dockerfile for CUDA support | |
| fastapi>=0.115.0 | |
| uvicorn[standard]>=0.30.0 | |
| pydantic>=2.8.0 | |
| pydantic-settings>=2.4.0 | |
| httpx>=0.27.0 | |
| python-dotenv>=1.0.1 | |
| tenacity>=8.3.0 | |
| PyMuPDF>=1.24.0 | |
| python-multipart>=0.0.6 | |
| huggingface-hub>=0.20.0 | |