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

Commit 26de0c1

Browse files
committed
Set trino package as optional
1 parent 56f0d90 commit 26de0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ psycopg2 = { version = "*", optional = true }
3636
mysql-connector-python = { version = "*", optional = true}
3737
snowflake-connector-python = { version = "*", optional = true }
3838
databricks-sql-connector = { version = "*", optional = true}
39-
trino = "^0.314.0"
39+
trino = { version = "^0.314.0", optional = true }
4040

4141
[tool.poetry.dev-dependencies]
4242
databricks-sql-connector = "*"

0 commit comments

Comments
 (0)