# Core dependencies
openai-agents>=0.4.0
sqlalchemy>=2.0.0
sqlparse>=0.5.0
pydantic>=2.0.0
python-dotenv>=1.0.0
aiosqlite>=0.19.0

# Optional database drivers (install as needed)
# psycopg2-binary>=2.9.0  # PostgreSQL
# asyncpg>=0.29.0         # PostgreSQL async
# pymysql>=1.1.0          # MySQL
# aiomysql>=0.2.0         # MySQL async
# pyodbc>=5.0.0           # SQL Server

# Optional caching
# redis>=5.0.0
# hiredis>=2.0.0

# Development dependencies
streamlit>=1.30.0
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0
