From f8d5d59fc12fcaf2b85ce3aa45bfc0d2b4b45fe6 Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:37:00 +0000 Subject: [PATCH] Removed database extra from django-constance The `[database]` extra was removed in `django-constance` v3.0.0, in this commit: https://github.com/jazzband/django-constance/commit/2cb2ccd0634dc9d48b9f8cd1ed5234cfc96ade67#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 350e597e..e5c0d4b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==4.1.7 django-hosts==5.2 django-ckeditor==6.7.0 django-cleanup==8.0.0 -django-constance[database]==3.1.0 +django-constance==3.1.0 django-decorator-include==3.0 # (See this page for a list of all management commands: https://django-extensions.readthedocs.io/en/latest/command_extensions.html) django-extensions==3.2.3