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
e17a1373b3
commit
ee24ea9452
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -62,6 +62,7 @@ setup(
|
|||
"pip",
|
||||
"asyncinject>=0.6",
|
||||
"setuptools",
|
||||
"pip",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue