Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Added DDB as an extra
Browse files Browse the repository at this point in the history
lock update
  • Loading branch information
jardayn committed Nov 16, 2022
1 parent 83e67ac commit a24d3fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ cryptography = {version="*", optional=true}
trino = {version="^0.314.0", optional=true}
presto-python-client = {version="*", optional=true}
clickhouse-driver = {version="*", optional=true}
duckdb = "^0.6.0"

[tool.poetry.dev-dependencies]
arrow = "^1.2.3"
Expand All @@ -51,6 +50,7 @@ trino = "^0.314.0"
presto-python-client = "*"
clickhouse-driver = "*"
vertica-python = "*"
duckdb = "^0.6.0"
# databricks-sql-connector = "*"

[tool.poetry.extras]
Expand All @@ -65,6 +65,7 @@ oracle = ["cx_Oracle"]
trino = ["trino"]
clickhouse = ["clickhouse-driver"]
vertica = ["vertica-python"]
duckdb = ["duckdb"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit a24d3fd

Please sign in to comment.