We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8049017 + edeabcc commit b2a59aaCopy full SHA for b2a59aa
fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml
@@ -158,7 +158,9 @@ asynctest = "^0.13.0"
158
nest-asyncio = "^1.5.6"
159
{%- endif %}
160
httpx = "^0.23.3"
161
+{%- if cookiecutter.enable_taskiq == "True" %}
162
taskiq = { version = "^0", extras = ["reload"] }
163
+{%- endif %}
164
165
[tool.isort]
166
profile = "black"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi_template"
3
-version = "4.1.3"
+version = "4.1.4"
4
description = "Feature-rich robust FastAPI template"
5
authors = ["Pavel Kirilin <[email protected]>"]
6
packages = [{ include = "fastapi_template" }]
0 commit comments