Skip to content

Commit d74a067

Browse files
committed
require w3lib 1.2 or greater
1 parent ae2ff4d commit d74a067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Homepage: http://scrapy.org/
88

99
Package: scrapy-SUFFIX
1010
Architecture: all
11-
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl, python-w3lib (>= 1.1-r23)
11+
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl, python-w3lib (>= 1.2)
1212
Recommends: python-setuptools
1313
Conflicts: python-scrapy, scrapy, scrapy-0.11
1414
Provides: python-scrapy, scrapy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ def is_not_module(filename):
120120
except ImportError:
121121
from distutils.core import setup
122122
else:
123-
setup_args['install_requires'] = ['Twisted>=8.0', 'w3lib>=1.1', 'lxml', 'pyOpenSSL']
123+
setup_args['install_requires'] = ['Twisted>=8.0', 'w3lib>=1.2', 'lxml', 'pyOpenSSL']
124124

125125
setup(**setup_args)

0 commit comments

Comments
 (0)