We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeef05 commit 22ff7dfCopy full SHA for 22ff7df
pyproject.toml
@@ -31,15 +31,15 @@ classifiers = [
31
"Typing :: Typed",
32
]
33
dependencies = [
34
- "astunparse~=1.6; python_version < '3.9'",
35
- "cached-property~=1.5; python_version < '3.8'",
36
- "dataclasses>=0.7,<0.9; python_version < '3.7'",
37
- "typing-extensions~=3.7; python_version < '3.8'",
+ "astunparse>=1.6; python_version < '3.9'",
+ "cached-property>=1.5; python_version < '3.8'",
+ "dataclasses>=0.7; python_version < '3.7'",
+ "typing-extensions>=3.7; python_version < '3.8'",
38
39
40
[project.optional-dependencies]
41
numpy-style = [
42
- "docstring_parser~=0.7",
+ "docstring_parser>=0.7",
43
44
45
[project.urls]
0 commit comments