From d863c401907c70073726ebc7f94407284b336115 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:29:18 +0200 Subject: [PATCH] setup: allow djangorestframework 3.7, for django 2.2 compatibility (#41285) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1716c63..438f357d 100644 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ setup( 'XStatic_roboto-fontface>=0.5.0.0', 'eopayment>=1.43', 'python-dateutil', - 'djangorestframework>=3.3, <3.7', + 'djangorestframework>=3.3, <3.8', 'django-ratelimit<3', 'sorl-thumbnail', 'Pillow',