mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Depend on setuptools and pip, refs #2065
This commit is contained in:
parent
2a0a94fe97
commit
4d50fc7cd7
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -57,6 +57,8 @@ setup(
|
||||||
"PyYAML>=5.3",
|
"PyYAML>=5.3",
|
||||||
"mergedeep>=1.1.1",
|
"mergedeep>=1.1.1",
|
||||||
"itsdangerous>=1.1",
|
"itsdangerous>=1.1",
|
||||||
|
"setuptools",
|
||||||
|
"pip",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue