| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,6 +43,7 @@ | |||
| 43 | 43 | "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", | |
| 44 | 44 | "grpc-google-iam-v1 >= 0.12.3, < 0.13.0", | |
| 45 | 45 | "proto-plus >= 1.10.0", | |
| 46 | + "packaging >= 14.3", | ||
| 46 | 47 | ), | |
| 47 | 48 | python_requires=">=3.6", | |
| 48 | 49 | classifiers=[ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,3 +8,5 @@ | |||
| 8 | 8 | google-api-core==1.22.2 | |
| 9 | 9 | grpc-google-iam-v1==0.12.3 | |
| 10 | 10 | proto-plus==1.10.0 | |
| 11 | + packaging==14.3 | ||
| 12 | + google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments