From b6b371d39ad1782258561076f4176c4b33a1a212 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 25 Oct 2015 21:42:46 +0100 Subject: [PATCH] Update beautifulsoup4 to support python 3.5 --- requirements_production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index 0306c6e3a..a1fef9329 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -1,6 +1,6 @@ # Requirements for OpenSlides in production in alphabetical order Django>=1.7.1,<1.9 -beautifulsoup4>=4.1,<4.4 +beautifulsoup4>=4.1,<4.5 bleach>=1.4,<1.5 django-haystack>=2.1,<2.5 djangorestframework>=3.2.0,<3.3.0