From 2cabc65f6234fc4ce605862781d464709a3c6d9d Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Wed, 3 Aug 2016 10:57:19 +0530 Subject: [PATCH] Remove harparser dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3aa6abf55..f71a5f106 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,6 @@ setup( ], 'examples': [ "beautifulsoup4>=4.4.1, <4.6", - "harparser>=0.2, <0.3", "pytz>=2015.07.0, <=2016.6.1", ] }