mirror of https://github.com/scrapy/scrapy.git
Restore minimum pyOpenSSL version
This commit is contained in:
parent
f742093032
commit
abeb7dd092
2
setup.py
2
setup.py
|
|
@ -24,7 +24,7 @@ install_requires = [
|
|||
'cssselect>=0.9.1',
|
||||
'itemloaders>=1.0.1',
|
||||
'parsel>=1.5.0',
|
||||
'pyOpenSSL>=17.5.0',
|
||||
'pyOpenSSL>=16.2.0',
|
||||
'queuelib>=1.4.2',
|
||||
'service_identity>=16.0.0',
|
||||
'w3lib>=1.17.0',
|
||||
|
|
|
|||
Loading…
Reference in New Issue