sqlalchemy>=2.0
alembic>=1.13
bcrypt>=4.0
colorama>=0.4.6

[all]
pymysql>=1.1
psycopg2-binary>=2.9
pymongo>=4.0
motor>=3.0
asyncpg>=0.29
aiomysql>=0.2
aiosqlite>=0.19
qdrant-client>=1.7
neo4j>=5.0
pyodbc>=4.0
pytest
pytest-asyncio
pytest-cov
bandit
pip-audit
black
ruff

[async]
asyncpg>=0.29
aiomysql>=0.2
aiosqlite>=0.19
motor>=3.0

[dev]
pytest
pytest-asyncio
pytest-cov
bandit
pip-audit
black
ruff

[graph]
neo4j>=5.0

[mongo]
pymongo>=4.0
motor>=3.0

[mssql]
pyodbc>=4.0

[mysql]
pymysql>=1.1

[postgres]
psycopg2-binary>=2.9

[sql]
pymysql>=1.1
psycopg2-binary>=2.9
pyodbc>=4.0

[vector]
qdrant-client>=1.7
