Skip to content

Commit

Permalink
Add typing_extensions dependency for Python 3.10 and lower (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 18, 2023
1 parent 9be3116 commit dfaf211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
dependencies = [
"click>=7.0",
"h11>=0.8",
"typing_extensions>=4.0; python_version < '3.11'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit dfaf211

Please sign in to comment.