Skip to content

Commit 64d9107

Browse files
committed
build(deps): Move importlib-metadata package down
1 parent 95b8bb1 commit 64d9107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ sphinx-copybutton = "*"
6666
sphinxext-rediraffe = "*"
6767
myst_parser = "*"
6868
docutils = "*"
69-
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
7069

7170
### Testing ###
7271
pytest = "*"
@@ -92,6 +91,9 @@ types-colorama = "*"
9291
types-docutils = "*"
9392
types-PyYAML = "*"
9493

94+
### Quirks ###
95+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
96+
9597
[tool.poetry.extras]
9698
docs = [
9799
"docutils",

0 commit comments

Comments
 (0)