From 6b8e7ae63a63a2854613b98db2fdeb079026748e Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 28 Mar 2023 11:53:14 +0200 Subject: Moving Tobii support into a dedicated repository. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 01072f9..74ebcbd 100644 --- a/setup.py +++ b/setup.py @@ -35,10 +35,10 @@ setup( packages=find_packages(where='src'), python_requires='>=3.11', - install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'av', 'rtsp', 'netifaces', 'pandas', 'matplotlib', 'shapely', 'scipy'], + install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'pandas', 'matplotlib', 'shapely'], project_urls={ 'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues', - 'Source': 'https://git.recherche.enac.fr/projects/arucopy/repository', + 'Source': 'https://git.recherche.enac.fr/projects/argaze/repository', }, ) \ No newline at end of file -- cgit v1.1