diff options
author | Théo de la Hogue | 2023-03-28 11:53:14 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-03-28 11:53:14 +0200 |
commit | 6b8e7ae63a63a2854613b98db2fdeb079026748e (patch) | |
tree | 799fbd0caec0038482c1da81fa130645da64caaf /setup.py | |
parent | 78da945437bbb49a0fc84940c448e175f813230b (diff) | |
download | argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.zip argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.gz argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.bz2 argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.xz |
Moving Tobii support into a dedicated repository.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |