Skip to content

Commit eba9067

Browse files
committed
Fix wrong optional dependency name
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 334ee95 commit eba9067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dev-pytest = [
9393
]
9494
{%- endif %}
9595
dev = [
96-
"{{cookiecutter.pypi_package_name}}[dev-mkdocs,dev-docstrings,dev-formatting,dev-gen-docs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
96+
"{{cookiecutter.pypi_package_name}}[dev-mkdocs,dev-docstrings,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
9797
]
9898

9999
[project.urls]

0 commit comments

Comments
 (0)