Skip to content

Commit

Permalink
poetry: Update pyproject.toml to use newer convention
Browse files Browse the repository at this point in the history
The previous commit checks that Poetry down to version 1.3.2 (current Debian
stable version) support it.
  • Loading branch information
ilyagr committed Nov 5, 2023
1 parent 6d2961a commit 91b7c71
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 @@ -10,7 +10,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
# These can be updated with `poetry add`.
mkdocs = "^1.5.2"
mkdocs-material = "^9.4"
Expand Down

0 comments on commit 91b7c71

Please sign in to comment.