camera: requirements fix for debian bookworm

this is an indirect fix the correct approach would be checking the version of libmpv and if libmpv 0.33 or above install the newer version, meh
This commit is contained in:
alfrix 2023-08-14 17:51:32 -03:00 committed by Alfredo Monclus
parent 8053e97d10
commit 168e75059a

View File

@ -4,6 +4,7 @@ requests==2.31.0
websocket-client==1.6.1
pycairo==1.23.0
PyGObject==3.44.1
python-mpv==0.5.2
python-mpv==0.5.2;python_version<"3.10"
python-mpv==1.0.4;python_version>="3.10"
six==1.16.0
dbus-python==1.3.2