From 6c93032d98e2f1a22e52712617cd9ee224e22427 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 13 Aug 2018 14:27:20 +0100 Subject: [PATCH] Pin beautifulsoup to 4.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdbfbeff4..e2ae620ef 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ "django-treebeard>=3.0,<5.0", "djangorestframework>=3.1.3,<3.7", # 3.7 drops Django 1.8 support "Pillow>=2.6.1", - "beautifulsoup4>=4.5.1,<5.0,!=4.6.1", + "beautifulsoup4>=4.5.1,<4.6.1", "html5lib>=0.999,<1", "Unidecode>=0.04.14", "Willow>=1.0,<1.1",