pydantic>=2.0.0
typing-extensions>=4.0.0
click>=8.0.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.24.0
pytest-cov>=4.0.0
mypy>=1.0.0
ruff>=0.1.0
black>=23.0.0

[mysql]
aiomysql>=0.2.0

[postgres]
asyncpg>=0.28.0

[sqlite]
aiosqlite>=0.19.0
