mirror of https://github.com/scrapy/scrapy.git
add service_identity to scrapy install_requires
This commit is contained in:
parent
fa123b335b
commit
75d3d03382
|
|
@ -4,3 +4,4 @@ pyOpenSSL>=0.13.1
|
|||
cssselect>=0.9
|
||||
queuelib>=1.1.1
|
||||
w3lib>=1.8.0
|
||||
service_identity
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ w3lib>=1.8.0
|
|||
queuelib
|
||||
six>=1.5.2
|
||||
PyDispatcher>=2.0.5
|
||||
service_identity
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -45,5 +45,6 @@ setup(
|
|||
'cssselect>=0.9',
|
||||
'six>=1.5.2',
|
||||
'PyDispatcher>=2.0.5',
|
||||
'service_identity',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue