From ed6fd516082e8cc83b199798f62dd67728a6974f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 2 May 2022 11:05:00 -0700 Subject: [PATCH] Depend on click-default-group-wheel (#429) To get this to work with Pyodide. Refs: https://github.com/simonw/click-default-group-wheel/issues/3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5152d54..218cc49 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( install_requires=[ "sqlite-fts4", "click", - "click-default-group", + "click-default-group-wheel", "tabulate", "python-dateutil", ],