Skip to content

Commit

Permalink
change typing-extensions to be installed only with the [typing] extra (
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 13, 2023
1 parent 0a338c1 commit c1163ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ classifiers = [
dynamic = [
"version",
]
dependencies = [
'typing-extensions>=4.7.1; python_version < "3.11"',
]
optional-dependencies.docs = [
"furo>=2023.7.26",
"sphinx>=7.1.2",
Expand All @@ -55,6 +52,9 @@ optional-dependencies.testing = [
"pytest-mock>=3.11.1",
"pytest-timeout>=2.1",
]
optional-dependencies.typing = [
'typing-extensions>=4.7.1; python_version < "3.11"',
]
urls.Documentation = "https://py-filelock.readthedocs.io"
urls.Homepage = "https://github.com/tox-dev/py-filelock"
urls.Source = "https://github.com/tox-dev/py-filelock"
Expand Down

0 comments on commit c1163ae

Please sign in to comment.