Update w3lib requirement to 1.8.0

This commit is contained in:
Paul Tremberth 2014-08-04 16:01:28 +02:00 committed by Daniel Graña
parent 180d3add0c
commit 39d2ce5e14
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ setup(
],
install_requires=[
'Twisted>=10.0.0',
'w3lib>=1.2',
'w3lib>=1.8.0',
'queuelib',
'lxml',
'pyOpenSSL',