misc: allow djangorestframework 3.9.x (#50105)

This commit is contained in:
Emmanuel Cazenave 2021-01-13 14:58:01 +01:00 committed by Frédéric Péters
parent 044de41420
commit 5a850e2a24
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ setup(
'django-ckeditor<4.5.4',
'django-haystack<2.8',
'django-taggit',
'djangorestframework>=3.3, <3.8',
'djangorestframework>=3.3,<3.10',
'requests',
'whoosh',
'XStatic-Select2',