Skip to content

Commit 4947411

Browse files
committed
📦➕ Add click as explicit dependency to template
1 parent 6ab3140 commit 4947411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎project_name/pyproject.toml.jinja‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ requires-python = ">=3.{{ python_min }}"
4949
dependencies = [
5050
{% if not has_cli %}# {% endif -%}
5151
"typer >=0.16",
52+
{% if not has_cli %}# {% endif -%}
53+
"click >=0",
5254
]
5355

5456
[project.optional-dependencies]

0 commit comments

Comments
 (0)