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 cdfb2f4f..25da8f86 100644
--- a/cns-libs/setup.py
+++ b/cns-libs/setup.py
@@ -21,6 +21,6 @@ setup(
'Programming Language :: Python :: 2.7'
'Topic :: Software Development :: Testing'
],
- install_requires=['glusto', 'ddt'],
+ install_requires=['glusto', 'ddt', 'rtyaml'],
dependency_links=['http://github.com/loadtheaccumulator/glusto/tarball/master#egg=glusto'],
)