From c79860036c63f06ab30a7560a8e1d3ea186d508e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 4 Aug 2013 13:08:54 +0900 Subject: Explicitly depend on paramiko v1.7.6 There are newer versions, but this is the one that we have been using and testing with. Also add explicit dependency on pycrypto which is needed by paramiko. Change-Id: Ifb1bf0744f764013132002ecaa63345972e959ce --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b35d5e3..1fa5e69 100755 --- a/setup.py +++ b/setup.py @@ -38,5 +38,5 @@ setup( url="https://github.com/sonyxperiadev/pygerrit", packages=['pygerrit'], keywords='gerrit, json', - install_requires=['paramiko'], + install_requires=['paramiko==1.7.6', 'pycrypto==2.0.1'], ) -- cgit v1.2.1