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
This commit is contained in:
Simon Willison 2022-05-02 11:05:00 -07:00 committed by GitHub
commit ed6fd51608
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",
],