File size: 361 Bytes
a39d8ef
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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