Skip to content

Commit

Permalink
Remove dependency on typing-extensions, it was only needed for Python…
Browse files Browse the repository at this point in the history
… 3.7
  • Loading branch information
cyberw committed Oct 12, 2023
1 parent 0b38464 commit 85a2c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies = [
"Flask-BasicAuth >=0.2.0",
"Flask-Cors >=3.0.10",
"roundrobin >=0.0.2",
"typing-extensions >=3.7.4.3", # This provides support for @final, @runtime_checkable, Protocol and TypedDict, and can probably be removed once we drop 3.7 support
"pywin32;platform_system=='Windows'",
]
classifiers = [
Expand Down

0 comments on commit 85a2c23

Please sign in to comment.