From 2f7bbe08d3c8ccceb29562325a7baca520eb545d Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Tue, 10 Sep 2019 16:14:31 -0400
Subject: [PATCH] bugfix: limited guardian to v2.0 to avoid incompatibility
 with django 1.11

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index bc9625e0..89d58fa1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ install_requires =
     django_rest_framework
     requests
     pyld
-    django-guardian
+    django-guardian~=2.0
 
 [options.extras_require]
 dev =
-- 
GitLab