From ae3fba183aa8c879f592bb70c9cef71a946b9126 Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Thu, 25 Aug 2016 10:17:50 +0100 Subject: [PATCH] =?UTF-8?q?Upgrade=20BeautifulSoup=E2=86=924.5.1;=20restor?= =?UTF-8?q?e=20html5lib=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3c48fe13ce..2afaceba0a 100755 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ install_requires = [ "django-treebeard>=3.0,<5.0", "djangorestframework>=3.1.3", "Pillow>=2.6.1", - "beautifulsoup4>=4.4.1", - "html5lib==0.999999", + "beautifulsoup4>=4.5.1", + "html5lib>=0.999,<1", "Unidecode>=0.04.14", "Willow>=0.3b4,<0.4", ]