We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a338c1 commit c1163aeCopy full SHA for c1163ae
pyproject.toml
@@ -38,9 +38,6 @@ classifiers = [
38
dynamic = [
39
"version",
40
]
41
-dependencies = [
42
- 'typing-extensions>=4.7.1; python_version < "3.11"',
43
-]
44
optional-dependencies.docs = [
45
"furo>=2023.7.26",
46
"sphinx>=7.1.2",
@@ -55,6 +52,9 @@ optional-dependencies.testing = [
55
52
"pytest-mock>=3.11.1",
56
53
"pytest-timeout>=2.1",
57
54
+optional-dependencies.typing = [
+ 'typing-extensions>=4.7.1; python_version < "3.11"',
+]
58
urls.Documentation = "https://py-filelock.readthedocs.io"
59
urls.Homepage = "https://github.com/tox-dev/py-filelock"
60
urls.Source = "https://github.com/tox-dev/py-filelock"
0 commit comments