Organize host and robot streaming releases

This commit is contained in:
Mike Mi
2026-08-09 15:56:20 +08:00
commit decff19daf
532 changed files with 127054 additions and 0 deletions

22
host/requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# OmniSocketGo control-host Python dependencies
Django>=5.2,<6.0
djangorestframework>=3.17,<4
django-cors-headers>=4,<5
channels>=4,<5
uvicorn>=0.52,<1
PyYAML>=6,<7
setuptools>=80
# Ubuntu/Debian system dependencies are not pip packages.
# Install them with:
# sudo apt-get update
# sudo apt-get install -y \
# build-essential pkg-config \
# python3 python3-dev python3-venv python3-pip \
# nodejs npm curl
#
# Frontend dependencies are pinned separately by:
# robot-command-center/frontend/package-lock.json
#
# Required Node.js version:
# Node.js ^20.19.0 or >=22.12.0