From 563929c2e333859fbb8f7c853502a07a8a76ff5f Mon Sep 17 00:00:00 2001 From: Sergii Kipot Date: Mon, 9 Oct 2017 16:19:07 +0200 Subject: [PATCH] TT#23283 Set compatible Django REST framework to 3.6 only v3.7 was released on Oct 6 but repoapi installation fails with it. https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.7.0+Release%22 So we have to include older version as dependency. Change-Id: Ie35583b770e1fb3524944381debe8f96f4f6302a --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 29d414a..0b0e915 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -2,7 +2,7 @@ Django==1.11 django-extensions yuicompressor django-assets -djangorestframework +djangorestframework>=3.6,<3.7 drfapikey django-rest-swagger markdown