Depend on click-default-group-wheel

Trying to get this to work with Pyodide.

Refs: https://github.com/simonw/click-default-group-wheel/issues/3
This commit is contained in:
Simon Willison 2022-05-02 10:58:16 -07:00 committed by GitHub
commit 4a02dcf265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ setup(
install_requires=[
"sqlite-fts4",
"click",
"click-default-group",
"click-default-group-wheel",
"tabulate",
"python-dateutil",
],