# --- Core async web stack ---
aiohttp>=3.9,<4.0
aiohttp-cors>=0.7
gunicorn>=23.0

# --- Caching ---
aiocache>=0.12

# --- Auth / crypto ---
pyotp>=2.9

# --- Performance / JSON ---
ujson>=5.9

# --- Config / utilities ---
PyYAML>=6.0

# --- HTTP helpers (pulled indirectly but pinned for safety) ---
yarl>=1.9
multidict>=6.0
async-timeout>=4.0

# --- Compatibility / stability ---
typing-extensions>=4.8
