From 197e34be56bbefe2291f61e6f95defea7c24369d Mon Sep 17 00:00:00 2001 From: Dale Evans Date: Thu, 4 Mar 2021 12:15:56 -0800 Subject: [PATCH] unpin beautifulsoup, allow <4.10 instead of <4.9 --- CONTRIBUTORS.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 2c6222fbf1..05f8e510a7 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -502,6 +502,7 @@ Contributors * Joan Eliot * Sagar Agarwal * Susan Dreher +* Dale Evans Translators =========== diff --git a/setup.py b/setup.py index c72d9215f6..d41bf0830e 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ "django-filter>=2.2,<3.0", "draftjs_exporter>=2.1.5,<3.0", "Pillow>=4.0.0,<9.0.0", - "beautifulsoup4>=4.8,<4.9", + "beautifulsoup4>=4.8,<4.10", "html5lib>=0.999,<2", "Willow>=1.4,<1.5", "requests>=2.11.1,<3.0",