From 02e56d1158b74175b15dd2e954ed7137c1089ed5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 5 Sep 2023 19:34:53 -0700 Subject: [PATCH] click-default-group>=1.2.3 Refs: - https://github.com/click-contrib/click-default-group/issues/21 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc8bad9..7912e84 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( install_requires=[ "sqlite-fts4", "click", - "click-default-group-wheel", + "click-default-group>=1.2.3", "tabulate", "python-dateutil", "pluggy",