ritvik360/nl2sql-bench
0
1# nl2sql-bench/server/requirements.txt2# Minimal dependency set for 2 vCPU / 8 GB constraint.3# SQLite is part of the Python stdlib — no extra DB dependency needed.4 5# OpenEnv core framework6openenv-core>=0.2.37 8# Web server9fastapi>=0.110.010uvicorn[standard]>=0.29.011 12# Typing helpers (already included in openenv-core but listed explicitly)13pydantic>=2.0.014 