From 878eb4a666f7f083d063e28c200278d7ce4afa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Arranz?= Date: Mon, 10 Sep 2018 11:04:14 +0200 Subject: [PATCH] Update django_relative dependency --- docs/installation_guide.md | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation_guide.md b/docs/installation_guide.md index 1e4894e7e2..2a6f2bde6d 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -26,7 +26,7 @@ step, as they will be installed throughout the documentation:** - futures 2.1.3+ (only on python 2.7) - selenium 3.4+ - pytz - - django_relatives + - django_relatives 0.3.x - user-agents - regex - markdown diff --git a/src/setup.py b/src/setup.py index 4dac6a1555..622b552e0e 100755 --- a/src/setup.py +++ b/src/setup.py @@ -177,7 +177,7 @@ def run(self): 'requests>=2.1.0', 'selenium>=3.4', 'pytz', - 'django_relatives', + 'django_relatives<1.0.0', 'user-agents', 'regex', 'markdown',