From: Zack Cerza Date: Tue, 14 Jul 2015 17:53:39 +0000 (-0600) Subject: Use the latest paramiko X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a44222f93ee8d3bb58c6ec582ef6bf1bc9203e1;p=teuthology.git Use the latest paramiko Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 4c256a8a5..405170f12 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'configobj', 'six', 'httplib2', - 'paramiko < 1.8', + 'paramiko', 'pexpect', 'requests >= 2.3.0', 'raven',