bump cryptography dep to 3.4.7
This commit is contained in:
parent
1d6ee5a457
commit
b3d79a482b
2
setup.py
2
setup.py
|
@ -174,7 +174,7 @@ setup(
|
|||
"beautifulsoup4==4.9.3",
|
||||
'cryptography==2.9.2;python_version<"3.5"',
|
||||
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
|
||||
'cryptography==3.3.2;python_version>="3.6"',
|
||||
'cryptography==3.4.7;python_version>="3.6"',
|
||||
'pyopenssl==19.1.0;python_version<"3.6"',
|
||||
'pyopenssl==20.0.1;python_version>="3.6"',
|
||||
'pygments==2.5.2;python_version<"3.5"',
|
||||
|
|
Loading…
Reference in New Issue