mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-01 06:54:22 +02:00
parent
bff240032d
commit
b379a2a0c3
11 changed files with 224 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -29,6 +29,7 @@ setup(
|
|||
"click-default-group-wheel",
|
||||
"tabulate",
|
||||
"python-dateutil",
|
||||
"pluggy",
|
||||
],
|
||||
extras_require={
|
||||
"test": ["pytest", "black", "hypothesis", "cogapp"],
|
||||
|
|
@ -45,6 +46,7 @@ setup(
|
|||
"types-click",
|
||||
"types-tabulate",
|
||||
"types-python-dateutil",
|
||||
"types-pluggy",
|
||||
"data-science-types",
|
||||
],
|
||||
"flake8": ["flake8"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue