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 95b8bb1 commit 64d9107Copy full SHA for 64d9107
pyproject.toml
@@ -66,7 +66,6 @@ sphinx-copybutton = "*"
66
sphinxext-rediraffe = "*"
67
myst_parser = "*"
68
docutils = "*"
69
-importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
70
71
### Testing ###
72
pytest = "*"
@@ -92,6 +91,9 @@ types-colorama = "*"
92
91
types-docutils = "*"
93
types-PyYAML = "*"
94
+### Quirks ###
95
+importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
96
+
97
[tool.poetry.extras]
98
docs = [
99
"docutils",
0 commit comments