pydantic>=2.0.0
jinja2>=3.0.0
asteri>=2.2.2
itsdangerous>=2.0.0
python-multipart>=0.0.18
typing_extensions>=4.0.0
bcrypt>=4.0.0
python-dotenv>=1.0.0

[all]
redis>=4.0.0
aiosqlite>=0.19.0
asyncpg>=0.29.0
strawberry-graphql>=0.200.0
grpcio>=1.58.0
grpcio-health-checking>=1.58.0

[graphql]
strawberry-graphql>=0.200.0

[grpc]
grpcio>=1.58.0
grpcio-health-checking>=1.58.0

[orm]
aiosqlite>=0.19.0
asyncpg>=0.29.0

[postgresql]
asyncpg>=0.29.0

[redis]
redis>=4.0.0

[sqlite]
aiosqlite>=0.19.0
