# Missminute OS — Python supervisor dependencies # Installed into hermes-venv (which is the runtime Python for main.py) # Async HTTP client — used by main.py for Telegram notifications aiohttp>=3.9 # YAML parser — used by config_fusion.py to write Hermes config pyyaml>=6.0 # Web framework — serves health/status endpoint on port 7860 fastapi>=0.111 uvicorn[standard]>=0.29 # Requests — fallback HTTP for any sync Telegram calls requests>=2.31