summaryrefslogtreecommitdiffstats
path: root/cns-libs/setup.py
diff options
context:
space:
mode:
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'
],