Skip to content

Commit 17b2227

Browse files
authored
[CLI] Add google auth dependencies in casp pyproject (#5037)
### Context When using the CLI locally, some dependencies were already installed, but were missing when running in a new environment. ### Changes made This PR adds the `google` and `google-auth` dependencies to `pyproject.toml` for `casp`. These dependencies are used to validate `gcloud` user credentials.
1 parent 922f21f commit 17b2227

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/casp/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"click",
21-
"docker"
21+
"docker",
22+
"google",
23+
"google-auth"
2224
]
2325

2426
[project.urls]

0 commit comments

Comments
 (0)