Spaces:
Sleeping
Sleeping
| # 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 | |