mirror of https://github.com/scrapy/scrapy.git
update other places where w3lib version is mentioned
This commit is contained in:
parent
480cfa1994
commit
3b64b2449e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue