summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Roten <tsr@lavabit.com>2017-06-19 09:16:09 -0500
committerThomas Roten <tsr@lavabit.com>2017-06-19 09:16:09 -0500
commit4e54e49b06c4b4da54a3ff9ac20ba39c46351878 (patch)
tree6676c251d3579f097ff7369893036dc40c2cb8ee /setup.py
parentc7ac12d1ed082d27683d6981c9451c3844665b25 (diff)
Pin cli_helpers below v1.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b7bece58..52bdbd2d 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ install_requirements = [
'configobj >= 5.0.6',
'humanize >= 0.5.1',
'wcwidth >= 0.1.6',
- 'cli_helpers >= 0.2.0',
+ 'cli_helpers >= 0.2.0, < 1.0.0',
]