Skip to content

Commit

Permalink
Support secure local storage for snowflake connector
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 committed Jun 4, 2024
1 parent 272127d commit 7f2edd0
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 @@ -16,7 +16,7 @@ classifiers = [
"Intended Audience :: Developers",
"Operating System :: OS Independent",
]
dependencies = ["snowflake-connector-python~=3.0"]
dependencies = ["snowflake-connector-python[secure-local-storage]~=3.0"]
requires-python = ">= 3.8"

[project.optional-dependencies]
Expand Down

0 comments on commit 7f2edd0

Please sign in to comment.