From 40e8bf998eab468bf31f8aa80cce95477222529a Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 15 Oct 2015 15:22:03 +0200 Subject: [PATCH] Pinned some requirement in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9a02d3cf..7133ce25 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'django-extensions', 'django-timezones', 'django-jqchat', - 'django-debug-toolbar', + 'django-debug-toolbar==1.3.2', 'django-extra-views', 'django-breadcrumbs', 'django-bootstrap3', @@ -72,7 +72,7 @@ setup( 'python-ebml', 'zipstream', 'django-haystack', - 'elasticsearch', + 'elasticsearch<2.0.0', 'ebooklib', ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], -- 2.39.5