Skip to content

Commit a85585c

Browse files
authored
chore: mograte dev-dependencies to new poetry layout (#482)
see https://python-poetry.org/docs/managing-dependencies/#dependency-groups Signed-off-by: Jan Kowalleck <[email protected]>
1 parent fc74ddd commit a85585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ validation = ["jsonschema", "lxml"]
7575
json-validation = ["jsonschema"]
7676
xml-validation = ["lxml"]
7777

78-
[tool.poetry.dev-dependencies]
78+
[tool.poetry.group.dev.dependencies]
7979
ddt = "1.6.0"
8080
coverage = "7.3.2"
8181
flake8 = { version="6.1.0", python=">=3.8.1" }

0 commit comments

Comments
 (0)