setup: add argcomplete as dependency

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2d709cab
Tree: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/2d709cab
Diff: 
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/2d709cab

Branch: refs/heads/master
Commit: 2d709cab38bc3ecdd9669336b32ee7a3cf4669ef
Parents: 9e468f5
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Tue Sep 2 01:31:27 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Tue Sep 2 01:31:43 2014 +0200

----------------------------------------------------------------------
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/2d709cab/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 92c318c..854af9c 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,8 @@ from cloudmonkey import __project__, __projecturl__, 
__projectemail__
 requires = [
               'Pygments>=1.5',
               'prettytable>=0.6',
-              'requests'
+              'requests',
+              'argcomplete'
             ]
 
 try:

Reply via email to