This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Commit 1ca6015
authored
Add google cloud core dependency to opencensus-ext-google-cloud-clientlibs (#1049)
* Add google cloud core dependency to opencensus-ext-google-cloud-clientlibs
This dependency was not explicit before because it should be there if
you are using a google cloud clientlib. However, if you install this
package without the `google-cloud-core` package, you will see import
errors.
`google-cloud-core` dropped support for 3.4 and 3.5, but kept support
for 2.7. The version specifiers reflect this.1 parent c2d8de9 commit 1ca6015
File tree
2 files changed
+5
-0
lines changed- contrib/opencensus-ext-google-cloud-clientlibs
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments