# Web framework
fastapi>=0.110.0
uvicorn[standard]>=0.27.0

# GraphQL
ariadne>=0.23.0
graphql-core>=3.2.0

# Database
aiosqlite>=0.19.0

# Cache backend
redis>=5.0.0

# Utilities
cachetools>=5.0.0
python-dotenv>=1.0.0

# Testing
httpx>=0.25.0
