diff --git a/README.md b/README.md index 57feef4bd1c219340226492e50275b2d1f54fc0a..bdc6f2d60b936f0874baa554eb7a86b113778d40 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 45a2a64822599f804946de719d84c1c2d3cdc25c..a07d9b5852954d89c8983e8e0bc50730d1d8ce6b 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]