Commit 17b2227
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
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments