From ae245199e35b0cbd996df427b449694d5cedffac Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 29 May 2014 17:12:00 +0900 Subject: Upgrade paramiko to 1.14.0 Upgrading to a later version that includes better support for proxies. This introduces an additional dependency on the ecdsa cryptographic signature library. Change-Id: I5971296ab2d9789612a6f28c72559c86a25796a0 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7b30e5..af8475d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -paramiko==1.11.0 +ecdsa==0.11 +paramiko==1.14.0 pbr==0.8.0 pycrypto==2.3 requests==2.2.1 -- cgit v1.2.1