Spaces:
Sleeping
Sleeping
| # 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 | |