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

Commit adb2669

Browse files
authored
Merge pull request #161 from datafold/smallfix_jul12
Removed snowflake from list of dependencies (only a dev dep)
2 parents bcb76e2 + fb8c18a commit adb2669

File tree

2 files changed

+37
-44
lines changed

2 files changed

+37
-44
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ click = "^8.1"
3030
rich = "^10.16.2"
3131
toml = "^0.10.2"
3232

33-
34-
preql = { version = "^0.2.15", optional = true }
35-
psycopg2 = { version = "*", optional = true }
36-
mysql-connector-python = { version = "*", optional = true}
37-
snowflake-connector-python = { version = "*", optional = true }
38-
databricks-sql-connector = { version = "*", optional = true}
39-
4033
[tool.poetry.dev-dependencies]
4134
databricks-sql-connector = "*"
4235
mysql-connector-python = "*"

0 commit comments

Comments
 (0)