setup: allow djangorestframework 3.7, for django 2.2 compatibility (#41285)

This commit is contained in:
Frédéric Péters 2020-04-02 21:29:18 +02:00
parent 583e0fc484
commit d863c40190
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ setup(
'XStatic_roboto-fontface>=0.5.0.0',
'eopayment>=1.43',
'python-dateutil',
'djangorestframework>=3.3, <3.7',
'djangorestframework>=3.3, <3.8',
'django-ratelimit<3',
'sorl-thumbnail',
'Pillow',