summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-09-10 15:15:23 +0200
committerDick Marinus <dick@mrns.nl>2017-09-10 15:15:23 +0200
commit8e4b0275ff6cae1f0565f7ee3f6c56f9b4e0b92c (patch)
tree5a0b57f355c3bf3f05c1e2fcc83193175df0a8c3 /setup.py
parente733b0ea914a6744f7ffd96569b75437244aa4de (diff)
Drop wcwidth dependency
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 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',
]