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