Fix unnecessary override of default settings

This commit is contained in:
Raphael Michel
2021-12-16 10:26:51 +01:00
parent 5210ac3a78
commit ad2943263c
2 changed files with 22 additions and 1 deletions

View File

@@ -178,7 +178,7 @@ setup(
'django-formtools==2.3',
'django-hierarkey==1.0.*,>=1.0.4',
'django-hijack>=2.2.0,<2.3.0',
'django-i18nfield==1.9.*,>=1.9.3',
'django-i18nfield==1.9.*,>=1.9.4',
'django-libsass==0.9',
'django-localflavor==3.1',
'django-markup',