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
|
|
@ -32,5 +32,5 @@ Jinja2<3.0.0,>=2.10.1; python_version == '2.7'
|
|||
mock<=3.0.5; python_version == '2.7'
|
||||
more-itertools==5.0.0; python_version == '2.7'
|
||||
setuptools==44.0.0; python_version == '2.7'
|
||||
sshpubkeys>=3.1.0,<4.0; python_version == '2.7'
|
||||
sshpubkeys==3.1.0; python_version == '2.7'
|
||||
zipp==0.6.0; python_version == '2.7'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue