Skip to content

Commit

Permalink
Use the new poetry way of configuring dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Mar 14, 2024
1 parent 80191bd commit 4abb710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8.1, <4.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
mkdocstrings = {version = ">=0.23", extras = ["python"]}
mkdocs-material = "*"
mypy = "*"
Expand Down

0 comments on commit 4abb710

Please sign in to comment.