Skip to content

Commit 7e74db6

Browse files
authored
Removed taskiq from dev dependencies. (#166)
1 parent e42dc3b commit 7e74db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ asynctest = "^0.13.0"
158158
nest-asyncio = "^1.5.6"
159159
{%- endif %}
160160
httpx = "^0.23.3"
161+
{%- if cookiecutter.enable_taskiq == "True" %}
161162
taskiq = { version = "^0", extras = ["reload"] }
163+
{%- endif %}
162164

163165
[tool.isort]
164166
profile = "black"

0 commit comments

Comments
 (0)