using google cloud libraries; modern and easier to work with

This commit is contained in:
2025-08-16 15:33:22 +05:30
parent 2dd9698d55
commit 7427c3120d
3 changed files with 149 additions and 92 deletions

View File

@@ -5,6 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-api-python-client>=2.179.0",
"google-auth-oauthlib>=1.2.2",
"google-cloud-api-keys>=0.5.17",
"google-cloud-resource-manager>=1.14.2",
"google-cloud-service-usage>=1.13.1",
]