Add requirements.txt for cluster-deployer tool 01/35901/5
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 8 Mar 2016 00:21:28 +0000 (19:21 -0500)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 5 Apr 2016 00:14:23 +0000 (00:14 +0000)
Using `pip install -r requirements.txt` against this file, ideally in a
virtual environment, will install the dependencies of `deploy.py` and
its helper scripts.

Change-Id: Ib70f617d7ecf3fa14afba22adfe39c2363a36d1c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tools/clustering/cluster-deployer/requirements.txt [new file with mode: 0644]

diff --git a/tools/clustering/cluster-deployer/requirements.txt b/tools/clustering/cluster-deployer/requirements.txt
new file mode 100644 (file)
index 0000000..1911098
--- /dev/null
@@ -0,0 +1,3 @@
+pystache
+# This is required by SSHLibrary import in remote_host.py
+robotframework-sshlibrary