forked from Snowflake-Labs/pg_lake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (29 loc) · 609 Bytes
/
Pipfile
File metadata and controls
32 lines (29 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
azure-storage-blob = "~=12.27"
boto3 = "~=1.40"
dbt-core = "~=1.10"
dbt-postgres = "~=1.9"
deepdiff = "~=8.6"
duckdb = "==1.3.2"
flask = "~=3.1"
flask-cors = "~=6.0"
moto = "~=5.1"
psycopg2-binary = "~=2.9"
pyarrow = "~=22.0"
pyiceberg = "~=0.10"
pyspark = {extras = ["sql"], version = "==3.5.3"}
pytest-postgresql = "~=7.0"
psycopg-binary = "~=3.2"
sqlalchemy = "~=2.0"
[dev-packages]
black = "==25.9.0"
pytest = "~=8.4"
pytest-split = "~=0.10"
setuptools = "~=80.9"
wheel = "~=0.45"
[requires]
python_version = "3.11"