Spaces:
Sleeping
Sleeping
File size: 458 Bytes
71eb6e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # 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 |