Skip to content

Commit

Permalink
fix: fix pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kul'kov committed Aug 24, 2024
1 parent d50ba85 commit f057d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/{{project_name}}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.12"
pydantic = "^2.8.2"
pydantic-settings = "^2.4.0"
aiogram = "^3.12.0"
loguru = "^0.7.2
loguru = "^0.7.2"
{% if use_redis %}redis = "^5.0.8"{% endif %}
{% if use_sqlalchemy %}
alembic = "^1.13.2"
Expand Down

0 comments on commit f057d24

Please sign in to comment.