From b4e50364de0ae90bc8600568f9ac454c763d8cbd Mon Sep 17 00:00:00 2001 From: moanos Date: Mon, 3 Nov 2025 22:22:22 +0100 Subject: [PATCH] fix: dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",