mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-10-27 01:59:56 +00:00
Add tool to generate sample parquets
This commit is contained in:
20
parquet-generator/Pipfile
Normal file
20
parquet-generator/Pipfile
Normal file
@@ -0,0 +1,20 @@
|
||||
[[source]]
|
||||
|
||||
verify_ssl = true
|
||||
url = "https://pypi.python.org/simple"
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = "3.5"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
pyarrow = "*"
|
||||
pylint = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
Reference in New Issue
Block a user