google: use Application Default Credentials where available (#9670)

* google: use Application Default Credentials where available

* Updated custom role documentation
This commit is contained in:
Jawshua
2023-04-22 07:58:18 +10:00
committed by GitHub
parent 399b932a86
commit b0d0a83277
9 changed files with 360 additions and 211 deletions
+2 -4
View File
@@ -7,11 +7,9 @@ from setuptools import setup
version = '2.6.0.dev0'
install_requires = [
'google-api-python-client>=1.5.5',
'oauth2client>=4.0',
'google-api-python-client>=1.6.5',
'google-auth>=2.16.0',
'setuptools>=41.6.0',
# already a dependency of google-api-python-client, but added for consistency
'httplib2'
]
if not os.environ.get('SNAP_BUILD'):