Skip to content

Commit

Permalink
polishing (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Nov 12, 2024
1 parent bf45655 commit 9130678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
]
Expand Down

0 comments on commit 9130678

Please sign in to comment.