mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add pip as a dependency too, for Rye - refs #2065
This commit is contained in:
parent
3a7be0c5b1
commit
305655c816
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -60,6 +60,7 @@ setup(
|
||||||
"sqlite-utils>=3.30",
|
"sqlite-utils>=3.30",
|
||||||
"asyncinject>=0.6",
|
"asyncinject>=0.6",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
|
"pip",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue