build: allow newer djangorestframework (#61951)

This commit is contained in:
Frédéric Péters 2022-02-18 10:28:11 +01:00
parent 0fb8e0ff0c
commit 715bbf97ae
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ setup(
'django-tables2>=1.5,<2.0',
'django-jsonfield >= 0.9.3',
'django-filter>1,<2.5',
'djangorestframework>=3.4,<3.10',
'djangorestframework>=3.4',
'file-magic',
'requests',
'sorl-thumbnail',