mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Depend on sqlite-utils>=3.30
Decided to use the most recent version in case I decide later to use the flatten() utility function. Refs #1850
This commit is contained in:
parent
61171f0154
commit
c9b5f5d598
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -57,6 +57,7 @@ setup(
|
|||
"PyYAML>=5.3",
|
||||
"mergedeep>=1.1.1",
|
||||
"itsdangerous>=1.1",
|
||||
"sqlite-utils>=3.30",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue