Skip to content

Commit

Permalink
Merge pull request #47 from woltapp/update-poetry-way-of-defining-dev…
Browse files Browse the repository at this point in the history
…-deps

Use the new poetry way of configuring dev deps
  • Loading branch information
jerry-git authored Mar 14, 2024
2 parents 80191bd + 4abb710 commit 79dbc2c
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 79dbc2c

Please sign in to comment.