setup: allow djangorestframework 3.7, for django 2.2 compatibility

This commit is contained in:
Frédéric Péters 2020-04-02 21:30:01 +02:00
parent 72f356e7c7
commit 8c459f523c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ setup(
'django-haystack<2.8',
'django-reversion>=2.0,<3',
'django-taggit',
'djangorestframework>=3.3, <3.7',
'djangorestframework>=3.3, <3.8',
'requests',
'whoosh',
'XStatic-Select2',