summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-23 23:30:17 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-23 23:30:17 -0800
commitd3f88eb65c4983bd9d1a3a8a5660913449eb04c7 (patch)
tree980bfdabc2344c34a4d252b87fc82bf71d72d92f /setup.py
parent4fa728e929b147b8f24c6ecf5483fabfea42f060 (diff)
Add pretty printing of table data.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 40957fab..89ed20ae 100644
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,7 @@ setup(
'Click',
'prompt_toolkit',
'psycopg2',
+ 'tabulate',
],
entry_points='''
[console_scripts]