Skip to content

Commit 3b64b24

Browse files
committed
update other places where w3lib version is mentioned
1 parent 480cfa1 commit 3b64b24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: http://scrapy.org/
99
Package: scrapy-SUFFIX
1010
Architecture: all
1111
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl,
12-
python-w3lib (>= 1.2), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)
12+
python-w3lib (>= 1.8.0), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)
1313
Recommends: python-setuptools
1414
Conflicts: python-scrapy, scrapy, scrapy-0.11
1515
Provides: python-scrapy, scrapy

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Twisted>=10.0.0
22
lxml
33
pyOpenSSL
44
cssselect>=0.9
5-
w3lib>=1.2
5+
w3lib>=1.8.0
66
queuelib
77
six>=1.5.2

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
pyOpenSSL>=0.13.1
4747
cssselect>=0.9
4848
queuelib>=1.1.1
49-
w3lib>=1.5
49+
w3lib>=1.8.0
5050
Pillow
5151
# tests requirements
5252
mock

0 commit comments

Comments
 (0)