We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afac3fd commit e1ceaf3Copy full SHA for e1ceaf3
requirements-py3.txt
@@ -3,5 +3,5 @@ lxml>=3.2.4
3
pyOpenSSL>=0.13.1
4
cssselect>=0.9
5
queuelib>=1.1.1
6
-w3lib>=1.14.2
+w3lib>=1.17.0
7
service_identity
requirements.txt
@@ -2,7 +2,7 @@ Twisted>=13.1.0
2
lxml
pyOpenSSL
-w3lib>=1.15.0
queuelib
six>=1.5.2
8
PyDispatcher>=2.0.5
setup.py
@@ -43,7 +43,7 @@
43
],
44
install_requires=[
45
'Twisted>=13.1.0',
46
- 'w3lib>=1.15.0',
+ 'w3lib>=1.17.0',
47
'queuelib',
48
'lxml',
49
'pyOpenSSL',
0 commit comments