From ec2db025a22994190b062eb5dac55f59e5827788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Tue, 29 Oct 2019 11:31:14 +0100 Subject: [PATCH] requirements: use djangorestframework >= 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33247b54..2255f3da 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ setup( ], install_requires=['django>=1.11, <1.12', 'gadjo', - 'djangorestframework>=3.1, <3.7', + 'djangorestframework>=3.4, <3.7', 'django-jsonfield >= 0.9.3', 'vobject', 'python-dateutil',