Skip to content

Commit

Permalink
Change: Use dev group instead of dev dependencies for poetry
Browse files Browse the repository at this point in the history
dev-dependencies got replaced by using generic groups. Requries poetry
>= 1.2.0.
  • Loading branch information
bjoernricks committed Jan 29, 2024
1 parent 2aabf94 commit 0312cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lxml = ">=4.5.0"
defusedxml = ">=0.6"


[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
coverage = ">=7.2"
pylint = ">=2.17"
sphinx = ">=5.3.0"
Expand Down

0 comments on commit 0312cf1

Please sign in to comment.