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
0b0c5cd7a9
commit
55c526a537
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -60,6 +60,7 @@ setup(
|
|||
"sqlite-utils>=3.30",
|
||||
"asyncinject>=0.5",
|
||||
"setuptools",
|
||||
"pip",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue