mirror of https://github.com/scrapy/scrapy.git
Restore minimum cryptography version
This commit is contained in:
parent
abeb7dd092
commit
b261f52ebf
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ def has_environment_marker_platform_impl_support():
|
|||
|
||||
install_requires = [
|
||||
'Twisted>=17.9.0',
|
||||
'cryptography>=2.1.4',
|
||||
'cryptography>=2.0',
|
||||
'cssselect>=0.9.1',
|
||||
'itemloaders>=1.0.1',
|
||||
'parsel>=1.5.0',
|
||||
|
|
|
|||
Loading…
Reference in New Issue