From e1e952920d1d86e6a945d2aad3eae250b0fda06d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 6 May 2020 12:23:22 +0200 Subject: [PATCH] Depend on 1.9 release version of dynamic-preferences --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e7e672f4..d771f28c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ django-two-factor-auth = { version = "^1.11.0", extras = [ "yubikey", "phonenumb django-yarnpkg = "^6.0" django-material = "^1.6.0" django-pwa = "^1.0.8" -django-dynamic-preferences = {git = "https://github.com/hansegucker/django-dynamic-preferences", rev = "fixed"} +django-dynamic-preferences = "^1.9" django_widget_tweaks = "^1.4.5" django-filter = "^2.2.0" django-templated-email = "^2.3.0" -- GitLab