From 8e4b0275ff6cae1f0565f7ee3f6c56f9b4e0b92c Mon Sep 17 00:00:00 2001 From: Dick Marinus Date: Sun, 10 Sep 2017 15:15:23 +0200 Subject: [PATCH] Drop wcwidth dependency --- changelog.rst | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 2bfe3f75..cb8e64aa 100644 --- a/changelog.rst +++ b/changelog.rst @@ -16,6 +16,7 @@ Internal changes: * Remove import workaround for OrderedDict, required for python < 2.7. (Thanks: `Andrew Speed`_) * Use less memory when formatting results for display (Thanks: `Dick Marinus`_). * Port auto_vertical feature test from mycli to pgcli. (Thanks: `Dick Marinus`_) +* Drop wcwidth dependency (Thanks: `Dick Marinus`_) Bug Fixes: ---------- diff --git a/setup.py b/setup.py index e5e9ffab..e64a3a45 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,6 @@ install_requirements = [ 'sqlparse >=0.2.2,<0.3.0', 'configobj >= 5.0.6', 'humanize >= 0.5.1', - 'wcwidth >= 0.1.6', 'cli_helpers >= 0.2.0, < 1.0.0', ]