Pin sshpubkeys dependency to last version to support Py2 (#3614)
This commit is contained in:
parent
38124ab1c9
commit
d7f218bfec
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -86,7 +86,7 @@ _dep_jsondiff = "jsondiff>=1.1.2"
|
|||
_dep_aws_xray_sdk = "aws-xray-sdk!=0.96,>=0.93"
|
||||
_dep_idna = "idna<3,>=2.5"
|
||||
_dep_cfn_lint = "cfn-lint>=0.4.0"
|
||||
_dep_sshpubkeys_py2 = "sshpubkeys>=3.1.0,<4.0; python_version<'3'"
|
||||
_dep_sshpubkeys_py2 = "sshpubkeys==3.1.0; python_version<'3'"
|
||||
_dep_sshpubkeys_py3 = "sshpubkeys>=3.1.0; python_version>'3'"
|
||||
|
||||
all_extra_deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue