sqlalchemy>=2.0.0
fastapi>=0.100.0
pydantic>=2.0.0
uvicorn>=0.20.0
asyncpg>=0.29.0
aiosqlite>=0.19.0
alembic>=1.12.0

[all]
redis>=5.0.0
websockets>=12.0
strawberry-graphql>=0.200.0
aiofiles>=23.0.0
boto3>=1.28.0
pillow>=10.0.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
httpx>=0.24.0

[files]
aiofiles>=23.0.0
boto3>=1.28.0
pillow>=10.0.0

[graphql]
strawberry-graphql>=0.200.0

[redis]
redis>=5.0.0

[websockets]
websockets>=12.0
