# Уеб рамка и ASGI сървър
quart>=0.19,<0.21
hypercorn>=0.16,<0.18

# Асинхронни и конфигурационни зависимости
aiofiles>=24.1,<25
PyYAML>=6.0,<7

# Данни и кеш (за shop MVP)
redis[hiredis]>=5.0,<6

# Markdown pipeline (admin markdown-first)
markdown-it-py>=3.0,<4
bleach>=6.1,<7

# По избор за Linux production (не се инсталира на Windows)
gunicorn>=22.0,<24; platform_system != "Windows"
uvicorn>=0.30,<1; platform_system != "Windows"
uvloop>=0.20,<0.22; platform_system != "Windows"
