cryptography>=41.0.0

[all]
redis>=5.0.0
pymongo>=4.0.0
pymysql>=1.0.0
dbutils>=3.0.0
psycopg2-binary>=2.9.0
aiosqlite>=0.20.0
motor>=3.3.0
asyncpg>=0.29.0
aiomysql>=0.2.0

[async-mongo]
motor>=3.3.0

[async-mysql]
aiomysql>=0.2.0

[async-postgres]
asyncpg>=0.29.0

[async-redis]
redis>=5.0.0

[async-sqlite]
aiosqlite>=0.20.0

[dev]
pytest>=7
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
ruff
mypy

[mongo]
pymongo>=4.0.0

[mysql]
pymysql>=1.0.0
dbutils>=3.0.0

[postgres]
psycopg2-binary>=2.9.0

[redis]
redis>=5.0.0
