We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff5804 commit 6a15910Copy full SHA for 6a15910
{{cookiecutter.project_slug}}/pyproject.toml
@@ -29,8 +29,9 @@ requires-poetry = ">=2.0"
29
[tool.poetry.dependencies]
30
python = ">=3.12, <4.0"
31
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.
+# We keep the dev dependencies here instead of in the project optional dependencies
+# so they're still installed by default with `poetry install`.
34
+# They won't be installed or shipped with the package.
35
[tool.poetry.group.dev.dependencies]
36
# Things we want to put a lower bound on
37
mypy = "^1.15.0"
0 commit comments