Add typing_extensions dependency

This commit is contained in:
Matthias Hagmann 2024-05-10 16:36:01 +02:00 committed by Peter F. Patel-Schneider
parent 193dbfda21
commit 675cd6ee34
1 changed files with 1 additions and 1 deletions

View File

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