summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Roten <tsr@lavabit.com>2017-06-11 21:07:40 -0500
committerThomas Roten <tsr@lavabit.com>2017-06-11 21:07:40 -0500
commit61f0d63013caf191c1b1d16dfb0de9398c6f6d51 (patch)
tree51a921375e65d5848854d74ac5566d2631b4570b /setup.py
parentf4d6adfc2c7c34799711c5ed7d425c55f9719e4a (diff)
Initial work on using CLI Helpers.
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 d33d92a6..fda9358c 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@ install_requirements = [
'configobj >= 5.0.6',
'humanize >= 0.5.1',
'wcwidth >= 0.1.6',
+ 'cli_helpers >= 0.1.0',
]