diff --git a/setup.py b/setup.py index ac373466..882d599e 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in "report-descriptor": ["hid-parser"], "desktop-notifications": ["Notify (>= 0.7)"], "git-commit": ["python-git-info"], - "test": ["pytest", "pytest-mock", "pytest-cov"], + "test": ["pytest", "pytest-mock", "pytest-cov", "typing_extensions"], "dev": ["ruff"], }, package_dir={"": "lib"},