From 10a5ef0bed6fc5368d35ec144f13964ec0e2b504 Mon Sep 17 00:00:00 2001
From: Calum Mackervoy <c.mackervoy@gmail.com>
Date: Fri, 22 May 2020 09:01:49 +0000
Subject: [PATCH] reverting pyld to v1

---
 README.md | 2 +-
 setup.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 57feef4b..bdc6f2d6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Building a Startin' Blox application? Read this: https://git.happy-dev.fr/starti
 
 * Django (known to work with django 1.11)
 * Django Rest Framework
-* pyld
+* pyld==1.0.5
 * django-guardian
 * djangorestframework-guardian
 
diff --git a/setup.cfg b/setup.cfg
index 45a2a648..a07d9b58 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ install_requires =
     django_rest_framework
     requests
     validators~=0.12
-    pyld
+    pyld==1.0.5
     django-guardian==2.0.0
 
 [options.extras_require]
-- 
GitLab