Files
OmniSocketGo_streaming/host/requirements.txt
2026-08-09 15:56:20 +08:00

23 lines
578 B
Plaintext

# 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