pydantic>=2.0
sqlparse>=0.5.0

[async-all]
aiosqlite>=0.20
asyncpg>=0.29
aiomysql>=0.2

[async-mysql]
aiomysql>=0.2

[async-postgres]
asyncpg>=0.29

[async-sqlite]
aiosqlite>=0.20

[dev]
pytest>=8.0
pytest-asyncio>=0.23
mypy>=1.8
ruff>=0.3
aiosqlite>=0.20

[mysql]
pymysql>=1.1

[postgres]
psycopg2-binary>=2.9

[postgres-prod]
psycopg2>=2.9
