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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cns-libs/setup.py b/cns-libs/setup.py
index 1a4fe293..06f49c1d 100644
--- a/cns-libs/setup.py
+++ b/cns-libs/setup.py
@@ -22,7 +22,7 @@ setup(
'Programming Language :: Python :: 2.7'
'Topic :: Software Development :: Testing'
],
- install_requires=['glusto', 'ddt', 'mock', 'rtyaml'],
+ install_requires=['glusto', 'ddt', 'mock', 'rtyaml', 'jsondiff'],
dependency_links=[
'http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'
],