From 39d2ce5e14801d6bb288ad643b0dc8a25bd4b1e5 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 4 Aug 2014 16:01:28 +0200 Subject: [PATCH] Update w3lib requirement to 1.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f77571440..e78b4cc0e 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( ], install_requires=[ 'Twisted>=10.0.0', - 'w3lib>=1.2', + 'w3lib>=1.8.0', 'queuelib', 'lxml', 'pyOpenSSL',