mirror of https://github.com/scrapy/scrapy.git
Minimum cryptography: 3.3 → 3.4.6
This commit is contained in:
parent
724b033287
commit
16546564f6
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ def has_environment_marker_platform_impl_support():
|
|||
|
||||
install_requires = [
|
||||
'Twisted>=18.9.0',
|
||||
'cryptography>=3.3',
|
||||
'cryptography>=3.4.6',
|
||||
'cssselect>=0.9.1',
|
||||
'itemloaders>=1.0.1',
|
||||
'parsel>=1.5.0',
|
||||
|
|
|
|||
Loading…
Reference in New Issue