diff --git a/setup.py b/setup.py index ab44e219..3e97593e 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ python_requires='>=3.9', licence='BSD 2-Clause License', install_requires=['numpy', 'PiDNG', 'piexif', 'pillow', 'simplejpeg', 'v4l2-python3', - 'python-prctl', 'av', 'python3-libarchive-c', 'python3-tqdm', - 'python3-jsonschema'], + 'python-prctl', 'av', 'libarchive-c', 'tqdm', + 'jsonschema'], extras_require={"gui": ['pyopengl', 'PyQt5']})