Pin sshpubkeys dependency to last version to support Py2 (#3614)

This commit is contained in:
Bert Blommers 2021-01-25 08:21:13 +00:00 committed by GitHub
commit d7f218bfec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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