We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b2cc7 commit 6b3f8dfCopy full SHA for 6b3f8df
1 file changed
{{ cookiecutter.project_name.lower().replace(' ', '-') }}/pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">={{ cookiecutter.python_version }}"
6
dependencies = [
7
"pydantic>=2.9.2",
8
]
9
-{%- else -%}
+{%- else %}
10
dependencies = []
11
{%- endif %}
12
0 commit comments