aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index efaa0d3..d105d70 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
packages=find_packages(where='src'),
python_requires='>=3.6, <4',
- install_requires=['opencv-python', 'opencv-contrib-python', 'numpy', 'av', 'rtsp', 'tobiiglassesctrl'],
+ install_requires=['opencv-python', 'opencv-contrib-python', 'numpy', 'av', 'rtsp'],
project_urls={
'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues',