Adds paramiko to pip-requires

The whitebox/SSH tests use paramiko, but it is not listed
in the tools/pip-requires. This adds it.

Change-Id: Icd3df69a94446f85772e515a820d8a013f0271f8
fixes: lp bug #1089763
This commit is contained in:
Jay Pipes
2012-12-12 23:47:47 -05:00
parent 4949439ce3
commit 1a6425e0ca

View File

@@ -4,3 +4,4 @@ httplib2>=0.7.0
unittest2
lxml
boto>=2.2.1
paramiko