Skip to content

Commit

Permalink
Expand Clickhouse dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Apr 2, 2024
1 parent 7f730c1 commit dc47c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ mssql = ["pyodbc"]
synapse = ["pyodbc", "adlfs", "pyarrow"]
qdrant = ["qdrant-client"]
databricks = ["databricks-sql-connector"]
clickhouse = ["clickhouse-driver"]
clickhouse = ["clickhouse-driver", "s3fs", "gcsfs", "pyarrow", "adlfs"]

[tool.poetry.scripts]
dlt = "dlt.cli._dlt:_main"
Expand Down

0 comments on commit dc47c12

Please sign in to comment.