diff --git a/setup.py b/setup.py index 6efe64074..252068c20 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ except ImportError: else: setup_args['install_requires'] = [ 'Twisted>=10.0.0', - 'w3lib>=1.2', + 'w3lib>=1.8.0', 'queuelib', 'lxml', 'pyOpenSSL',