
[all]
asyncpg>=0.29
mysql-connector-python>=9.0
psycopg[binary]>=3.1

[asyncpg]
asyncpg>=0.29

[dev]
pytest>=7.0
mypy>=1.0
ruff>=0.1

[mysql]
mysql-connector-python>=9.0

[postgres]
psycopg[binary]>=3.1
