summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-04-05 17:24:10 -0700
committerGitHub <noreply@github.com>2019-04-05 17:24:10 -0700
commitab18b08903a3caa14025c9917923aaf20c0b048d (patch)
tree76f0067d69bdaa9de5798d6bf4e56896421597e7 /setup.py
parenta7632361c42b33e4474a4ca5363bddbf57484daa (diff)
Changelog update before release. Bump cli_helpers. (#1030)
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 6d20f09c..13c76c02 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
- 'cli_helpers[styles] >= 1.0.1',
+ 'cli_helpers[styles] >= 1.2.0',
]