From 0c24e8bda226f3dbd6ccb0381515a9c903847249 Mon Sep 17 00:00:00 2001 From: laixintao Date: Fri, 29 May 2020 06:29:50 +0800 Subject: 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", ] -- cgit v1.2.3