pydantic>=2.0

[all]
asyncpg>=0.27.0
aiomysql>=0.1.1
motor>=3.1.0
pymongo>=4.0.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.0.0
mypy>=1.0.0

[mongodb]
motor>=3.1.0
pymongo>=4.0.0

[mysql]
aiomysql>=0.1.1

[postgresql]
asyncpg>=0.27.0
