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

Commit 968e6b3

Browse files
committed
Fix for pip extras (e.g. pip install data-diff[snowflake])
1 parent 77ce613 commit 968e6b3

File tree

2 files changed

+42
-35
lines changed

2 files changed

+42
-35
lines changed

poetry.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ dsnparse = "*"
2929
click = "^8.1"
3030
rich = "*"
3131
toml = "^0.10.2"
32+
mysql-connector-python = {version="*", optional=true}
33+
psycopg2 = {version="*", optional=true}
34+
snowflake-connector-python = {version="^2.7.2", optional=true}
35+
cryptography = {version="*", optional=true}
36+
trino = {version="^0.314.0", optional=true}
37+
presto-python-client = {version="*", optional=true}
38+
clickhouse-driver = {version="*", optional=true}
3239

3340
[tool.poetry.dev-dependencies]
3441
parameterized = "*"

0 commit comments

Comments
 (0)