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.
1 parent e42dc3b commit 7e74db6Copy full SHA for 7e74db6
1 file changed
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"
0 commit comments