summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorlaixintao <laixintao@users.noreply.github.com>2020-05-29 06:29:50 +0800
committerGitHub <noreply@github.com>2020-05-28 15:29:50 -0700
commit0c24e8bda226f3dbd6ccb0381515a9c903847249 (patch)
tree3b6740660e9c821743cd04a1d2ff462484099085 /setup.py
parent4a98b37877050d0ff8cf475dc2fb8b3a93c7da89 (diff)
Support style for missing value. (#1186)
* Support style for missing value. * update changelog. * upgrade minimal version of cli_helpers, in order to use style for null.
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 34b1c0d1..d21a5be7 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ install_requirements = [
"sqlparse >=0.3.0,<0.4",
"configobj >= 5.0.6",
"humanize >= 0.5.1",
- "cli_helpers[styles] >= 1.2.0",
+ "cli_helpers[styles] >= 2.0.0",
]