update other places where w3lib version is mentioned

This commit is contained in:
Daniel Graña 2014-08-04 15:56:41 -03:00
parent 480cfa1994
commit 3b64b2449e
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Homepage: http://scrapy.org/
Package: scrapy-SUFFIX
Architecture: all
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl,
python-w3lib (>= 1.2), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)
python-w3lib (>= 1.8.0), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)
Recommends: python-setuptools
Conflicts: python-scrapy, scrapy, scrapy-0.11
Provides: python-scrapy, scrapy

View File

@ -2,6 +2,6 @@ Twisted>=10.0.0
lxml
pyOpenSSL
cssselect>=0.9
w3lib>=1.2
w3lib>=1.8.0
queuelib
six>=1.5.2

View File

@ -46,7 +46,7 @@ deps =
pyOpenSSL>=0.13.1
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.5
w3lib>=1.8.0
Pillow
# tests requirements
mock