Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c7761e0
)
Additional packages required for qtip.
25/24025/1
author
linux_geek
<taseer94@gmail.com>
Mon, 7 Nov 2016 16:06:48 +0000
(21:06 +0500)
committer
linux_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
patch
|
blob
|
history
diff --git
a/setup.py
b/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']