From 939f3f83397a6ebf6b5dfaf9e928f9cffd8b5447 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 19 Oct 2014 15:38:18 +0200 Subject: [PATCH] Update requirements.txt Especially this is importand for haystack, because the old version had some DepricationWarnings. This means, that django-haystack 2.1 and django 1.8 will not be compatible See #1352 --- requirements.txt | 2 +- requirements_production.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 38f1e8314..bcbf2c270 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Requirements for development and tests in alphabetical order coverage==3.7.1 -flake8==2.1.0 +flake8==2.2.4 # Requirements for OpenSlides handbook/documentation in alphabetical order Sphinx==1.2.2 diff --git a/requirements_production.txt b/requirements_production.txt index 10962bda7..d129cec6f 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -2,14 +2,14 @@ Django>=1.7,<1.8 beautifulsoup4>=4.1,<4.4 bleach>=1.4,<1.5 -django-ckeditor-updated>=4.2.3,<4.3 -django-haystack>=2.1,<2.2 +django-ckeditor-updated>=4.2.3,<4.4 +django-haystack>=2.1,<2.4 django-mptt>=0.6,<0.7 -jsonfield>=0.9.19,<0.10 -natsort>=3.2,<3.5 +jsonfield>=0.9.19,<1.1 +natsort>=3.2,<3.6 reportlab>=3.0,<3.2 roman>=2.0,<2.1 -setuptools>=2.1,<5.8 +setuptools>=2.1,<7.1 sockjs-tornado>=1.0,<1.1 tornado>=2.1,<4.1 whoosh>=2.5.6,<2.6