diff --git a/setup.py b/setup.py index 9a8ed4ef1..5e0ec1965 100755 --- a/setup.py +++ b/setup.py @@ -76,12 +76,13 @@ def _data_files(): "psutil (>= 5.4.3)", 'dbus-python ; platform_system=="Linux"', "PyGObject", + "typing_extensions", ], extras_require={ "report-descriptor": ["hid-parser"], "desktop-notifications": ["Notify (>= 0.7)"], "git-commit": ["python-git-info"], - "test": ["pytest", "pytest-mock", "pytest-cov", "typing_extensions"], + "test": ["pytest", "pytest-mock", "pytest-cov"], "dev": ["ruff"], }, package_dir={"": "lib"},