Additional packages required for qtip. 25/24025/1
authorlinux_geek <taseer94@gmail.com>
Mon, 7 Nov 2016 16:06:48 +0000 (21:06 +0500)
committerlinux_geek <taseer94@gmail.com>
Mon, 7 Nov 2016 16:06:48 +0000 (21:06 +0500)
JIRA: QTIP-137

Change-Id: Idbb537d172911b254257541e1161d62a237be88a
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
setup.py

index fb6711c..e00e97b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     description='Platform Performance Benchmarking for OPNFV',
     author='OPNFV',
     author_email='zhang.yujunz@zte.com.cn',
-    install_requires=['click'],
+    install_requires=['click', 'pyyaml', 'prettytable'],
     packages=['cli'],
     entry_points={
         'console_scripts': ['qtip=cli.entry:cli']