cli: Get rid of clint, use Pygments Signed-off-by: Rohit Yadav <bhais...@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/regions Commit: 0720d25e12200401be3d8bdd159a5ecbd992dff3 Parents: ad3692c Author: Rohit Yadav <bhais...@apache.org> Authored: Mon Jan 28 17:51:34 2013 -0800 Committer: Rohit Yadav <bhais...@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', ]