summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb6711c6..e00e97ba 100644
--- 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']