Removed PyGOobject from dependencies

This commit is contained in:
Kristofers Solo 2022-12-24 12:07:13 +02:00
parent 74aab9666f
commit 3127d27e9b
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
PyGObject==3.42.2
loguru==0.6.0
opencv-python==4.6.0.66
playsound==1.3.0

View File

@ -11,7 +11,6 @@ classifiers =
[options]
packages = TrafficLightDetector
install_requires =
PyGObject>=3.42.2
loguru>=0.6.0
opencv-python>=4.6.0.66
playsound>=1.3.0