Add typing_extensions dependency
This commit is contained in:
parent
193dbfda21
commit
675cd6ee34
2
setup.py
2
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"},
|
||||
|
|
Loading…
Reference in New Issue