From 728b29a87f45db08da883057b514e2dcf3049431 Mon Sep 17 00:00:00 2001 From: Christoph Gerneth Date: Sat, 17 Oct 2015 22:38:53 -0500 Subject: updated to beautifulsoup 4.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a57f3db..8661e64 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( packages=find_packages(exclude=['tests']), include_package_data=True, install_requires=[ - 'beautifulsoup4>=4.2.1', + 'beautifulsoup4>=4.4.1', 'python-dateutil>=2.1', 'requests>=1.2.3', 'six>=1.3.0', -- cgit v1.2.3