From 4110b62387d9ac5088f448224a74caa977ead08f Mon Sep 17 00:00:00 2001 From: Reid Ransom Date: Thu, 17 Mar 2016 11:27:39 -0400 Subject: [PATCH] bump beautifulsoup4 fixes http://stackoverflow.com/a/32589332 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2479cf1..17df4dc 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ REQUIREMENTS = [ - 'beautifulsoup4>=4.3.2', + 'beautifulsoup4>=4.4.1', 'requests>=2.6.0', 'six>=1.9.0', 'Werkzeug>=0.10.4',