starlette>=0.37
strawberry-graphql>=0.245
sqlalchemy>=2.0
uvicorn>=0.30

[all-databases]
aiosqlite>=0.17
asyncpg>=0.29
aiomysql>=0.2
motor>=3.3

[dev]
pytest>=8.0
pytest-asyncio>=0.23
black>=24.0
pylint>=3.0
mypy>=1.0

[mongodb]
motor>=3.3

[mysql]
aiomysql>=0.2

[postgres]
asyncpg>=0.29

[sqlite]
aiosqlite>=0.17
