Restore minimum cryptography version

This commit is contained in:
Eugenio Lacuesta 2020-12-15 16:54:18 -03:00
parent abeb7dd092
commit b261f52ebf
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -67,7 +67,7 @@ commands =
[pinned]
deps =
-ctests/constraints.txt
cryptography==2.1.4
cryptography==2.0
cssselect==0.9.1
itemadapter==0.1.0
parsel==1.5.0