From 8424aaa2b178fead552954c485b4d702fd2b21ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 7 Nov 2018 15:57:57 +0100 Subject: [PATCH] misc: mark as working with djangorestframework 3.4, 3.5 & 3.6 (#27821) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5af9981..f23bc675 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ setup( 'XStatic_roboto-fontface<0.5.0.0', 'eopayment>=1.26', 'python-dateutil', - 'djangorestframework>=3.3, <3.4', + 'djangorestframework>=3.3, <3.7', 'django-haystack', 'whoosh', 'sorl-thumbnail', -- 2.19.1