Add Google Cloud client to dev requirements

Will be used more heavily for CI later, but it's already in use by
gcloud-ansible-playbook.py.
This commit is contained in:
David Wilson 2018-03-17 21:46:29 +05:45
parent bcc15987fc
commit 4541bc76a0
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ unittest2==1.1.0
# Fix InsecurePlatformWarning while creating py26 tox environment # Fix InsecurePlatformWarning while creating py26 tox environment
# https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings # https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
urllib3[secure]; python_version < '2.7.9' urllib3[secure]; python_version < '2.7.9'
google-api-python-client==1.6.5