increase djangorestframework version limit (#49536)

This commit is contained in:
Valentin Deniaud 2020-12-16 13:49:50 +01:00
parent 402e187edf
commit d121f41a7c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ setup(
'django-mellon',
'django-tenant-schemas',
'prometheus_client',
'djangorestframework>=3.1, <3.7',
'djangorestframework>=3.1, <3.10',
'dnspython',
'lxml',
],