add imageio[ffmpeg] to requirements.txt
Browse files
handlers/__pycache__/frame_handler_yolo.cpython-311.pyc
CHANGED
Binary files a/handlers/__pycache__/frame_handler_yolo.cpython-311.pyc and b/handlers/__pycache__/frame_handler_yolo.cpython-311.pyc differ
|
|
requirements.txt
CHANGED
@@ -206,3 +206,4 @@ wheel
|
|
206 |
xmltodict
|
207 |
xxhash
|
208 |
yarl
|
|
|
|
206 |
xmltodict
|
207 |
xxhash
|
208 |
yarl
|
209 |
+
imageio[ffmpeg]
|