summaryrefslogtreecommitdiffstats
path: root/cns-libs/setup.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-11-06 12:54:44 +0000
committerGerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com>2018-11-06 12:54:44 +0000
commitb2c58b54addb7d9622ba1840dad3a72fde7a6603 (patch)
treeafcd2bdb7fd4c43dcf447d3079be06c1fe2578b1 /cns-libs/setup.py
parent163a9a95c6f98f657882dc794edd4fbc8c0ba66d (diff)
parentb910e0ccc647691d64b68fd363cc6976afbd493b (diff)
Merge "test cases for heketi metrics"
Diffstat (limited to 'cns-libs/setup.py')
-rw-r--r--cns-libs/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cns-libs/setup.py b/cns-libs/setup.py
index 42f1fd83..bb3803a9 100644
--- a/cns-libs/setup.py
+++ b/cns-libs/setup.py
@@ -22,7 +22,8 @@ setup(
'Programming Language :: Python :: 2.7'
'Topic :: Software Development :: Testing'
],
- install_requires=['glusto', 'ddt', 'mock', 'rtyaml', 'jsondiff', 'six'],
+ install_requires=['glusto', 'ddt', 'mock', 'rtyaml', 'jsondiff', 'six',
+ 'prometheus_client>=0.4.2'],
dependency_links=[
'http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'
],