diff --git a/pyproject.toml b/pyproject.toml index 028640f..3157b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ "django-widget-tweaks", "django-super-deduper", "django-allauth[mfa]", + "django_debug_toolbar", ] dynamic = ["version", "readme"] @@ -49,7 +50,6 @@ develop = [ "pytest", "coverage", "model_bakery", - "debug_toolbar", ] docs = [ "sphinx",