Skip to content

Commit c1163ae

Browse files
authored
change typing-extensions to be installed only with the [typing] extra (#276)
1 parent 0a338c1 commit c1163ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ classifiers = [
3838
dynamic = [
3939
"version",
4040
]
41-
dependencies = [
42-
'typing-extensions>=4.7.1; python_version < "3.11"',
43-
]
4441
optional-dependencies.docs = [
4542
"furo>=2023.7.26",
4643
"sphinx>=7.1.2",
@@ -55,6 +52,9 @@ optional-dependencies.testing = [
5552
"pytest-mock>=3.11.1",
5653
"pytest-timeout>=2.1",
5754
]
55+
optional-dependencies.typing = [
56+
'typing-extensions>=4.7.1; python_version < "3.11"',
57+
]
5858
urls.Documentation = "https://py-filelock.readthedocs.io"
5959
urls.Homepage = "https://github.com/tox-dev/py-filelock"
6060
urls.Source = "https://github.com/tox-dev/py-filelock"

0 commit comments

Comments
 (0)