From 632d1da90225f44724a9492fc018f4c8e05898d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 26 Sep 2018 17:35:40 +0200 Subject: [PATCH] misc: bump djangorestframework requirement to <3.5 (#26405) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 241aa73d..ec933942 100755 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ setup(name="authentic2", 'django-tables2>=1.0,<2.0', 'gadjo>=0.53', 'django-import-export>=0.2.7', - 'djangorestframework>=3.3,<3.4', + 'djangorestframework>=3.3,<3.5', 'six>=1', 'Markdown>=2.1', 'python-ldap', -- 2.19.0