Add requirements.txt for cluster-monitor tool 03/35903/4
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 8 Mar 2016 02:45:01 +0000 (21:45 -0500)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 5 Apr 2016 00:09:53 +0000 (00:09 +0000)
Using `pip install -r requirements.txt` against this file, ideally in a
virtual environment, will install the dependencies of `monitor.py` and
its helper scripts.

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

diff --git a/tools/clustering/cluster-monitor/requirements.txt b/tools/clustering/cluster-monitor/requirements.txt
new file mode 100644 (file)
index 0000000..98ba7e5
--- /dev/null
@@ -0,0 +1,2 @@
+# Depends on system install of libcurl-devel and python-devel (or similar)
+pycurl --global-option="--with-nss"