sqlalchemy>=2.0.0
httpx>=0.27.0

[all]
asyncpg>=0.29.0
psycopg2-binary>=2.9.0
aiomysql>=0.2.0
pymysql>=1.1.0

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

[mysql]
aiomysql>=0.2.0
pymysql>=1.1.0

[postgres]
asyncpg>=0.29.0
psycopg2-binary>=2.9.0
