ok/jj
1
0
Fork 0
forked from mirrors/jj

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:
Ilya Grigoriev 2023-11-02 22:47:47 -07:00
parent 61cb38a512
commit ed245e234d

View file

@ -10,7 +10,7 @@ authors = []
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
[tool.poetry.dev-dependencies] [tool.poetry.group.dev.dependencies]
# These can be updated with `poetry add`. # These can be updated with `poetry add`.
mkdocs = "^1.5.2" mkdocs = "^1.5.2"
mkdocs-material = "^9.4" mkdocs-material = "^9.4"