Skip to content

Commit

Permalink
fix(clickhouse): ensure that clickhouse depends on sqlalchemy for `ma…
Browse files Browse the repository at this point in the history
…ke_url` usage
  • Loading branch information
cpcloud committed Apr 10, 2023
1 parent a4c4e77 commit ea10a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ bigquery = [
"google-cloud-bigquery-storage",
"pydata-google-auth",
]
clickhouse = ["clickhouse-driver", "clickhouse-cityhash", "lz4"]
clickhouse = ["clickhouse-driver", "clickhouse-cityhash", "lz4", "sqlalchemy"]
dask = ["dask", "pyarrow", "regex"]
datafusion = ["datafusion"]
druid = ["pydruid", "sqlalchemy"]
Expand Down

0 comments on commit ea10a27

Please sign in to comment.