feat: streaming via socket io and redis

This commit is contained in:
2020-07-13 22:06:22 +02:00
parent 1ad61643b5
commit 32e2e0dfae
8 changed files with 263 additions and 130 deletions

View File

@@ -12,6 +12,7 @@ opencv-python = ">=4.2.0.32"
Pillow = ">=7.0.0"
flask-socketio = ">=4.2.1"
eventlet = ">=0.25.1"
redis = ">=3.5.3"
[requires]
python_version = "3.8"