From 63ad68da9efd87a8024bf6e6317fe43bf45bddfc Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 7 Mar 2016 19:21:28 -0500 Subject: [PATCH] Add requirements.txt for cluster-deployer tool 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 --- tools/clustering/cluster-deployer/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/clustering/cluster-deployer/requirements.txt diff --git a/tools/clustering/cluster-deployer/requirements.txt b/tools/clustering/cluster-deployer/requirements.txt new file mode 100644 index 0000000000..1911098d27 --- /dev/null +++ b/tools/clustering/cluster-deployer/requirements.txt @@ -0,0 +1,3 @@ +pystache +# This is required by SSHLibrary import in remote_host.py +robotframework-sshlibrary -- 2.36.6