mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-22 18:04:10 +02:00
Add pip as a dependency to ensure plugin installation, closes #687
This commit is contained in:
parent
bd78966f1e
commit
7aca26267f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -30,6 +30,7 @@ setup(
|
||||||
"tabulate",
|
"tabulate",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pluggy",
|
"pluggy",
|
||||||
|
"pip",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],
|
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue