Skip to content

Commit

Permalink
Add typing_extensions
Browse files Browse the repository at this point in the history
Python's typing is a moving target. This allows the project
to serve the users better in terms of typing support.
  • Loading branch information
hgrecco committed May 5, 2023
1 parent 2f4125d commit 0b69ad4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ classifiers = [
]
requires-python = ">=3.9"
dynamic = ["version"] # Version is taken from git tags using setuptools_scm
dependencies = [
"typing_extensions"
]

[tool.setuptools.package-data]
pint = [
Expand Down

0 comments on commit 0b69ad4

Please sign in to comment.