Skip to content

Commit

Permalink
Merge pull request apache#1236 from jlowin/gcloud-version
Browse files Browse the repository at this point in the history
Quick fix: change required gcloud version
  • Loading branch information
jlowin committed Mar 29, 2016
2 parents c14d2ea + 1981f6c commit dea40d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
docker = ['docker-py>=1.6.0']
druid = ['pydruid>=0.2.1']
gcloud = [
'gcloud>=1.1.0',
'gcloud>=0.11.0',
]
gcp_api = [
'httplib2',
Expand Down

0 comments on commit dea40d1

Please sign in to comment.