sqlalchemy>=2.0

[aiomysql]
aiomysql>=0.2

[all]
psycopg2-binary>=2.9
asyncpg>=0.29
pymysql>=1.1
aiomysql>=0.2
aiosqlite>=0.20

[asyncpg]
asyncpg>=0.29

[dev]
pytest>=7.0
pytest-asyncio>=0.23
pytest-cov>=4.0
aiosqlite>=0.20
black>=23.0
ruff>=0.1.0
mypy>=1.0
bandit>=1.7

[firebird]
sqlalchemy-firebird>=2.0

[flask]
flask>=3.0

[mssql]
pyodbc>=5.0

[mysql]
pymysql>=1.1

[postgresql]
psycopg2-binary>=2.9

[quart]
quart>=0.19

[sqlite-async]
aiosqlite>=0.20
