From d5fcdc4f360c77331f918172cb796379f7224c8a Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 18 Nov 2016 15:24:41 +0100 Subject: [PATCH] limit Django Rest Framework to version < 3.4 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8bc0161f..216f40f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ requests XStatic-ChartNew.js eopayment>=1.13 python-dateutil -djangorestframework>=3.3 +djangorestframework>=3.3, <3.4 diff --git a/setup.py b/setup.py index 1cd41d0d..7ce03ca7 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( 'XStatic-ChartNew.js', 'eopayment>=1.13', 'python-dateutil', - 'djangorestframework>=3.3', + 'djangorestframework>=3.3, <3.4', ], zip_safe=False, cmdclass={