leaderboard / requirements.txt
m00916919
add missing package
a48cbba
# 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