Spaces:
Sleeping
Sleeping
File size: 419 Bytes
f762b8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # OpenEnv SQL Analyst Environment Dependencies # Optimized for 8GB RAM constraint # Core framework openenv-core>=0.1.0 # Pydantic for typed models pydantic>=2.0.0 # OpenAI client for inference openai>=1.0.0 # Database (sqlite3 is built-in, no extra deps needed) # HTTP server dependencies (typically bundled with openenv-core) uvicorn>=0.23.0 fastapi>=0.100.0 # Utilities python-dotenv>=1.0.0 |