Organize host and robot streaming releases
This commit is contained in:
22
host/requirements.txt
Normal file
22
host/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user