mirror of https://github.com/scrapy/scrapy.git
newer version of protego and move up to top
This commit is contained in:
parent
7b33fa58fa
commit
db202487f0
|
|
@ -1,6 +1,7 @@
|
|||
parsel>=1.5.0
|
||||
PyDispatcher>=2.0.5
|
||||
w3lib>=1.17.0
|
||||
protego>=0.1.15
|
||||
|
||||
pyOpenSSL>=16.2.0 # Earlier versions fail with "AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'"
|
||||
queuelib>=1.4.2 # Earlier versions fail with "AttributeError: '...QueueTest' object has no attribute 'qpath'"
|
||||
|
|
@ -15,4 +16,3 @@ service_identity>=16.0.0
|
|||
six>=1.10.0
|
||||
Twisted>=16.0.0
|
||||
zope.interface>=4.1.3
|
||||
protego>=0.1.15
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ parsel>=1.5.0
|
|||
PyDispatcher>=2.0.5
|
||||
Twisted>=17.9.0
|
||||
w3lib>=1.17.0
|
||||
protego>=0.1.15
|
||||
|
||||
pyOpenSSL>=16.2.0 # Earlier versions fail with "AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'"
|
||||
queuelib>=1.4.2 # Earlier versions fail with "AttributeError: '...QueueTest' object has no attribute 'qpath'"
|
||||
|
|
@ -15,4 +16,3 @@ lxml>=3.5.0
|
|||
service_identity>=16.0.0
|
||||
six>=1.10.0
|
||||
zope.interface>=4.1.3
|
||||
protego
|
||||
|
|
|
|||
Loading…
Reference in New Issue