From 9d933a9745583ae8c63c8aff01f22e04a09de344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Fri, 21 Dec 2018 02:13:59 +0200 Subject: [PATCH] Really fix django-oauth-toolkit version This is the simplest way to keep all test configurations happy... ref 85db6c9d79f63238a9dce3adf8de9b9654da771c --- requirements/testproj.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/testproj.txt b/requirements/testproj.txt index b8548f5..9f65814 100644 --- a/requirements/testproj.txt +++ b/requirements/testproj.txt @@ -8,5 +8,5 @@ djangorestframework-camel-case>=0.2.0 djangorestframework-recursive>=0.1.2 dj-database-url>=0.4.2 user_agents>=1.1.0 -django-oauth-toolkit>=1.1.0,<1.2.0; python_version == "2.7" -django-oauth-toolkit>=1.2.0; python_version >= "3.4" +# django-oauth-toolkit 1.2 does not support Django 1.11 +django-oauth-toolkit>=1.1.0,<1.2.0