From d109c138a6008bd341c7e00b189b01c965d34d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 4 Aug 2014 15:56:41 -0300 Subject: [PATCH] update other places where w3lib version is mentioned Conflicts: tox.ini --- debian/control | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 85ecdd135..4be62895f 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/requirements.txt b/requirements.txt index 0df9a558c..005b8f4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index b230d42d3..a670c1d9b 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ deps = pyOpenSSL>=0.13.1 cssselect>=0.9 queuelib>=1.1.1 - w3lib>=1.5 + w3lib>=1.8.0 # tests requirements mock :HPK:pytest>2.5.2