From 675cd6ee3493d212d7703495af7472cdd963f79c Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Fri, 10 May 2024 16:36:01 +0200 Subject: [PATCH] Add typing_extensions dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},