fastapi>=0.104.0
uvicorn>=0.24.0
cryptography>=41.0
pydantic>=2.0
aiosqlite>=0.19.0
cachetools>=5.3.0

[dev]
pytest>=7.0
pytest-cov>=4.0
httpx>=0.25.0

[postgres]
asyncpg>=0.29.0

[prod]
asyncpg>=0.29.0
gunicorn>=21.2.0
uvicorn[standard]>=0.24.0
