Spaces:
Running
Running
| # FastAPI + server | |
| fastapi>=0.110 | |
| uvicorn[standard]>=0.29 | |
| gunicorn>=21.2 | |
| # Data validation | |
| pydantic>=2.5 | |
| pydantic[email] | |
| # Hugging Face queue integration used by server.py | |
| huggingface_hub>=0.20 | |
| # load .env if you add it later; otherwise safe to remove | |
| python-dotenv>=1.0 | |