From ae7fa418168b963cec71292c89be968059134f3b Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Mon, 11 Nov 2024 20:16:10 +0000 Subject: [PATCH] polishing --- {{cookiecutter.project_slug}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index cb68e9f..182c350 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -9,7 +9,7 @@ name = "{{cookiecutter.project_slug}}" dependencies = [ "fastagency[autogen,mesop,server{% if "fastapi" in cookiecutter.app_type %},fastapi{% endif %}{% if "nats" in cookiecutter.app_type %},nats{% endif %}{% if cookiecutter.authentication == "google" %},firebase{% endif %}]>=0.3.0", -{% if cookiecutter.authentication == "google" %} +{%- if cookiecutter.authentication == "google" %} "PyYAML>=6.0.2", {% endif %} ]