From 38578b8034487d892402d00e880132a515fe4cba Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 5 May 2014 16:56:50 -0500 Subject: [PATCH] Revert "Restrict paramiko to old versions for now" This reverts commit c86df77aa68dc5331b98df3fa038faee77c578ad. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 665866a0f07bf..0a9a859bcd82a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ boto >= 2.0b4 bunch >= 1.0.0 configobj httplib2 -paramiko < 1.8 +paramiko >= 1.12.0 pexpect requests >= 1.0 raven -- 2.39.5