# Core dependencies
sqlalchemy>=1.4.0,<3.0.0
typing-extensions>=4.0.0

# Optional PostgreSQL dependencies (install with: pip install simple-sqlalchemy[postgres])
# psycopg2-binary>=2.9.0
# pgvector>=0.1.0

# Development dependencies (install with: pip install simple-sqlalchemy[dev])
# pytest>=7.0.0
# pytest-cov>=4.0.0
# black>=22.0.0
# isort>=5.0.0
# mypy>=1.0.0
# pre-commit>=2.0.0

# Documentation dependencies (install with: pip install simple-sqlalchemy[docs])
# sphinx>=4.0.0
# sphinx-rtd-theme>=1.0.0
# myst-parser>=0.18.0
