Merge pull request #181 from Pofilo/upgrade_paramiko

upgrade paramiko to 2.7.2
pull/209/head
Shengdun Hua 2020-09-15 21:46:49 +08:00 committed by GitHub
commit 596e12d864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
paramiko==2.7.1
paramiko==2.7.2
tornado==5.1.1; python_version < '3.5'
tornado==6.0.4; python_version >= '3.5'