
[all]
aiosqlite>=0.19
aiomysql>=0.1.14
asyncpg>=0.27
aioodbc>=0.17
oracledb>=2.0

[dev]
aiosqlite>=0.19
pytest>=7
pytest-asyncio>=0.20
black>=24
flake8>=6
mypy>=1.8
build>=1
twine>=5

[mssql]
aioodbc>=0.17

[mysql]
aiomysql>=0.1.14

[oracle]
oracledb>=2.0

[postgresql]
asyncpg>=0.27

[sqlite]
aiosqlite>=0.19
