Skip to content

Commit 227dc05

Browse files
committed
feat: add docs/build deps
1 parent 30d6fca commit 227dc05

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ dev = [
2020
"pytest==8.4.1",
2121
"pytest-cov==6.0.0",
2222
]
23+
{% if cookiecutter.include_docs == 'y' %}
24+
docs = [
25+
"mkdocs==1.6.1",
26+
"mkdocs-material==9.6.18",
27+
"mkdocstrings[python]==0.30.0",
28+
]
29+
{% endif %}
30+
{% if cookiecutter.include_pypi == 'y' %}
31+
build = [
32+
"build==1.3.0",
33+
]
34+
{% endif %}
2335

2436
{% if cookiecutter.include_cli == 'y' %}
2537
[project.scripts]

0 commit comments

Comments
 (0)