Skip to content

Commit

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

Expand Down

0 comments on commit 883380a

Please sign in to comment.