require w3lib 1.17+

This commit is contained in:
Mikhail Korobov 2017-02-13 21:06:05 +05:00
parent afac3fd2c2
commit e1ceaf3b5f
3 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ lxml>=3.2.4
pyOpenSSL>=0.13.1
cssselect>=0.9
queuelib>=1.1.1
w3lib>=1.14.2
w3lib>=1.17.0
service_identity

View File

@ -2,7 +2,7 @@ Twisted>=13.1.0
lxml
pyOpenSSL
cssselect>=0.9
w3lib>=1.15.0
w3lib>=1.17.0
queuelib
six>=1.5.2
PyDispatcher>=2.0.5

View File

@ -43,7 +43,7 @@ setup(
],
install_requires=[
'Twisted>=13.1.0',
'w3lib>=1.15.0',
'w3lib>=1.17.0',
'queuelib',
'lxml',
'pyOpenSSL',