From 8c459f523c821a316ec9824b394f852a074e9e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Apr 2020 21:30:01 +0200 Subject: [PATCH] setup: allow djangorestframework 3.7, for django 2.2 compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2db6dce..2036ee2 100644 --- a/setup.py +++ b/setup.py @@ -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',