summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2016-02-17 21:41:02 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2016-02-17 21:41:02 -0800
commitef40d4f434aabd915fbf2201287213c34ea50425 (patch)
tree79419cc535ee8af0faf0ceb68eed59cc03178544 /setup.py
parent484108c549c845bdcea263b80979a51b09760663 (diff)
Explicitly add wcwidth as a dependency.
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 5b17aa89..9ed0fd1d 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ install_requirements = [
'sqlparse == 0.1.16',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
+ 'wcwidth >= 0.1.6',
]