From 0720d25e12200401be3d8bdd159a5ecbd992dff3 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 28 Jan 2013 17:51:34 -0800 Subject: [PATCH] cli: Get rid of clint, use Pygments Signed-off-by: Rohit Yadav --- tools/cli/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/setup.py b/tools/cli/setup.py index f1efa741a02..9624115ed5f 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', ]