From 852bc7e324c2bfec886ff8c32ea5beebdda83def Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 2 Aug 2013 18:04:24 +1000 Subject: [PATCH] Add requirements to note that paramiko is needed I have no idea whether projects in infra use requirements.txt, however, I was surprised to run the script and have it fail due to a missing module and no documentation about it being needed to be installed :) Your feedback welcome! Change-Id: I0f0833a67004bfcc7649083a201086337a6d4b81 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c59c95d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +paramiko +prettytable