Bump django-compressor to 3.1, get rid of annoying warnings (#2459)

This commit is contained in:
Raphael Michel
2022-05-10 14:13:19 +02:00
committed by GitHub
parent 2fcd6bb3f5
commit aca3e29bd2
5 changed files with 48 additions and 6 deletions

View File

@@ -165,13 +165,12 @@ setup(
'celery==4.4.*',
'chardet==4.0.*',
'cryptography>=3.4.2',
'csscompressor',
'css-inline==0.7.*',
'defusedcsv>=1.1.0',
'dj-static',
'Django==3.2.*',
'django-bootstrap3==15.0.*',
'django-compressor==2.4.*',
'django-compressor==3.1.*',
'django-countries==7.2.*',
'django-filter==21.1',
'django-formset-js-improved==0.5.0.2',