nl2sql-bench / server /requirements.txt
ritvik360's picture
Upload folder using huggingface_hub
a39d8ef verified
raw
history blame contribute delete
361 Bytes
# nl2sql-bench/server/requirements.txt
# Minimal dependency set for 2 vCPU / 8 GB constraint.
# SQLite is part of the Python stdlib — no extra DB dependency needed.
# OpenEnv core framework
openenv-core>=0.2.3
# Web server
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
# Typing helpers (already included in openenv-core but listed explicitly)
pydantic>=2.0.0