mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
google: use Application Default Credentials where available (#9670)
* google: use Application Default Credentials where available * Updated custom role documentation
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user