mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-15 13:04:10 +02:00
Added --table and --fmt options for table output using tabulate
This commit is contained in:
parent
dbf239e3fc
commit
6c3f5e6479
4 changed files with 101 additions and 13 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ setup(
|
|||
version=VERSION,
|
||||
license="Apache License, Version 2.0",
|
||||
packages=find_packages(),
|
||||
install_requires=["click", "click-default-group"],
|
||||
install_requires=["click", "click-default-group", "tabulate"],
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={"test": ["pytest", "black"]},
|
||||
entry_points="""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue