Update django-statici18n requirement from ==2.1.* to ==2.2.*

This commit is contained in:
Raphael Michel
2022-02-23 10:35:45 +01:00
parent 9a2ecae021
commit 4bc04de325

View File

@@ -188,7 +188,7 @@ setup(
'django-phonenumber-field==6.0.*',
'django-redis==5.0.*',
'django-scopes==1.2.*',
'django-statici18n==2.1.*',
'django-statici18n==2.2.*',
'djangorestframework==3.13.*',
'dnspython<2.0', # do not upgrade, causes issues with eventlet / gunicorn 19 and we cannot upgrade gunicorn right now
'drf_ujson2==1.6.*',