mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
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:
parent
e3a14c33a0
commit
ed6fd51608
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ setup(
|
|||
install_requires=[
|
||||
"sqlite-fts4",
|
||||
"click",
|
||||
"click-default-group",
|
||||
"click-default-group-wheel",
|
||||
"tabulate",
|
||||
"python-dateutil",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue