pytest>=7.0.0
sqlalchemy>=2.0.0
greenlet>=2.0.0

[all]
pytest-asyncio>=0.21.0
aiosqlite>=0.19.0
asyncpg>=0.28.0
aiomysql>=0.2.0
testing.postgresql>=2.0.0
testing.mysqld>=2.0.0

[dev]
pytest-asyncio>=0.21.0
aiosqlite>=0.19.0
black>=23.0.0
mypy>=1.0.0
ruff>=0.1.0
ty>=0.0.1

[mysql]
aiomysql>=0.2.0
testing.mysqld>=2.0.0

[postgres]
asyncpg>=0.28.0
testing.postgresql>=2.0.0
