Skip to content

Commit

Permalink
Add typing-extensions as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn authored Jan 3, 2025
1 parent 78c4bda commit a61a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"zipp >= 3.1.0; python_version < '3.10'",
"zipp >= 3.1.0; typing-extensions >= 3.10; python_version < '3.10'",
]
dynamic = ["version"]

Expand Down

0 comments on commit a61a948

Please sign in to comment.