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
This commit is contained in:
Tom Fifield 2013-08-02 18:04:24 +10:00
parent 291461f230
commit 852bc7e324

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
paramiko
prettytable