install: remove unnecessary dependency on typing_extensions

This commit is contained in:
Peter F. Patel-Schneider 2022-11-05 10:42:12 -04:00
parent a14a89781e
commit e15b58fdaa
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
'PyYAML (>= 3.12)',
'python-xlib (>= 0.27)',
'psutil (>= 5.4.3)',
'typing_extensions (>=4.0.0)',
],
extras_require={
'report-descriptor': ['hid-parser'],