You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/01/30 01:06:06 UTC

[37/50] [abbrv] git commit: cli: Get rid of clint, use Pygments

cli: Get rid of clint, use Pygments

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0720d25e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0720d25e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0720d25e

Branch: refs/heads/ui-quick-view-v2
Commit: 0720d25e12200401be3d8bdd159a5ecbd992dff3
Parents: ad3692c
Author: Rohit Yadav <bh...@apache.org>
Authored: Mon Jan 28 17:51:34 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Mon Jan 28 17:51:34 2013 -0800

----------------------------------------------------------------------
 tools/cli/setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0720d25e/tools/cli/setup.py
----------------------------------------------------------------------
diff --git a/tools/cli/setup.py b/tools/cli/setup.py
index f1efa74..9624115 100644
--- a/tools/cli/setup.py
+++ b/tools/cli/setup.py
@@ -26,7 +26,7 @@ from cloudmonkey import __version__
 
 name = 'cloudmonkey'
 version = __version__
-requires = ['clint>=0.3.0',
+requires = ['Pygments>=1.5',
             'prettytable>=0.6',
            ]