summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-08 00:25:47 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-08 00:25:47 -0800
commita88192bc0cd3c5d70ed253e1c71eed63ea66681c (patch)
treee7b0dbfdf48c36a38e46be828281b7c1fcec4b68 /setup.py
parent5d9cdd3e9f52f54f0b4122322b5a32c51b6ed3d6 (diff)
Remove tabulate from dependencies and update LICENSE.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5ef10477..8b9d42d6 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,6 @@ setup(
'Click',
'prompt_toolkit',
'psycopg2',
- 'tabulate',
'sqlparse',
],
entry_points='''