mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +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",
|
||||
"python-dateutil",
|
||||
"pluggy",
|
||||
"pip",
|
||||
],
|
||||
extras_require={
|
||||
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue