From a2e9f1203f1776a737568bf0d6a05423ed999343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 28 Jul 2020 16:33:53 +0200 Subject: [PATCH] setup: push djangorestframework limit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89fed0c..55d54f6 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ setup( 'python-ldap', 'pycrypto', 'requests', - 'djangorestframework>=3.3,<3.7', + 'djangorestframework>=3.3,<3.8', 'django-mellon' ], zip_safe=False,