Skip to content

Commit 0720d25

Browse files
cli: Get rid of clint, use Pygments
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent ad3692c commit 0720d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
name = 'cloudmonkey'
2828
version = __version__
29-
requires = ['clint>=0.3.0',
29+
requires = ['Pygments>=1.5',
3030
'prettytable>=0.6',
3131
]
3232

0 commit comments

Comments
 (0)