We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0553 commit a3f3f67Copy full SHA for a3f3f67
pyproject.toml
@@ -25,6 +25,7 @@ requires-python = ">=3.10"
25
description = "Snowflake CLI"
26
readme = "README.md"
27
dependencies = [
28
+ "click==8.1.8",
29
"GitPython==3.1.44",
30
"jinja2==3.1.6",
31
"packaging",
snyk/requirements.txt
@@ -1,3 +1,4 @@
1
+click==8.1.8
2
GitPython==3.1.44
3
jinja2==3.1.6
4
packaging
0 commit comments