diff --git a/setup.py b/setup.py index 1181f83..0980163 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ install_requires=[ 'logzero', 'paho-mqtt', + 'PyOpenGL', + 'PyOpenGL-accelerate', ], # Without TF: pip3 install berrynet # TF CPU mode: pip3 install berrynet[tf]