mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-26 20:04:11 +02:00
Add implementation to read --parquet files.
This commit is contained in:
parent
fda4dad23a
commit
50ec2e49de
5 changed files with 79 additions and 9 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ setup(
|
|||
"click-default-group",
|
||||
"tabulate",
|
||||
"dateutils",
|
||||
"pyarrow"
|
||||
],
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue