diff --git a/pyproject.toml b/pyproject.toml index 2dc251884b48139eb293f65e62c8986803cc0394..d03a29729c54aa7fd7da9e099fd099077e3fb83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ django-two-factor-auth = { version = "^1.10.0", extras = [ "YubiKey", "phonenumb django-yarnpkg = "^6.0" django-material = "^1.6.0" django-pwa = "^1.0.8" -django-dynamic-preferences = "^1.8.1" +django-dynamic-preferences = {git = "https://github.com/EliotBerriot/django-dynamic-preferences", rev = "develop"} django_widget_tweaks = "^1.4.5" django-filter = "^2.2.0" django-templated-email = "^2.3.0"