mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 15:18:53 +00:00
poetry: Update pyproject.toml to use newer convention
The previous commit checks that Poetry down to version 1.3.2 (current Debian stable version) support it.
This commit is contained in:
parent
61cb38a512
commit
ed245e234d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue