From 8d04ed5c1f309433b526d08496b3efe25302b972 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Sat, 31 Jul 2021 23:53:41 +0000 Subject: [PATCH] Always install debug toolbar --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cdf343b..c175e1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,6 @@ html2text = "^2020.1.16" django-health-check = "^3.16.4" django-npm = "^1.0.0" python-dotenv = "^0.18.0" - -[tool.poetry.dev-dependencies] django-debug-toolbar = "^3.2.1" [build-system]