Skip to content

Commit 6a15910

Browse files
committed
Fix dev dependencies
1 parent 9ff5804 commit 6a15910

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ requires-poetry = ">=2.0"
2929
[tool.poetry.dependencies]
3030
python = ">=3.12, <4.0"
3131

32-
# We keep the dev dependencies here so they're still installed by default with `poetry install`
33-
# but we don't want to install them in production.
32+
# We keep the dev dependencies here instead of in the project optional dependencies
33+
# so they're still installed by default with `poetry install`.
34+
# They won't be installed or shipped with the package.
3435
[tool.poetry.group.dev.dependencies]
3536
# Things we want to put a lower bound on
3637
mypy = "^1.15.0"

0 commit comments

Comments
 (0)