Skip to content

Commit 6b3f8df

Browse files
committed
Fix template when pydantic is not selected
1 parent 61b2cc7 commit 6b3f8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{ cookiecutter.project_name.lower().replace(' ', '-') }}

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">={{ cookiecutter.python_version }}"
66
dependencies = [
77
"pydantic>=2.9.2",
88
]
9-
{%- else -%}
9+
{%- else %}
1010
dependencies = []
1111
{%- endif %}
1212

0 commit comments

Comments
 (0)