setup: allow djangorestframework 3.12 (#64290)

This commit is contained in:
Serghei Mihai 2022-04-20 12:08:12 +02:00
parent 549fc3ec00
commit e2934f92c6
1 changed files with 1 additions and 1 deletions

View File

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