From 5ee43a6734fe2e8690e23ba1e559635d5a9d5686 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 21 May 2024 13:32:40 +0200 Subject: [PATCH] :heavy_plus_sign: Add django-setup-configuration to deps it was already added to INSTALLED_APPS but missing from the dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4ea2362..419f7db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ dependencies = [ "celery>=5.2.7", "flower>=2.0.1", "maykin-2fa>=1.0.0", + "django-setup-configuration>=0.1.0", ] [project.urls]