Revert dnspython to 1.x

This commit is contained in:
Raphael Michel
2022-01-26 16:15:12 +01:00
parent 6f30c347c0
commit 66f75a5614
2 changed files with 3 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ setup(
'django-scopes==1.2.*',
'django-statici18n==2.1.*',
'djangorestframework==3.12.*',
'dnspython==2.2.*',
'dnspython<2.0', # do not upgrade, causes issues with eventlet / gunicorn 19 and we cannot upgrade gunicorn right now
'drf_ujson2==1.6.*',
'isoweek',
'jsonschema',