Skip to content

Commit

Permalink
Require google-auth >= 1.2.0. (#7798)
Browse files Browse the repository at this point in the history
See #5038.
  • Loading branch information
busunkim96 authored and tseaver committed Apr 29, 2019
1 parent 627377d commit ed3ee90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
'google-auth >= 1.2.0',
'google-api-core >= 1.6.0, < 2.0.0dev',
'google-cloud-core >= 0.29.0, < 0.30dev',
'google-resumable-media >= 0.3.1',
Expand Down

0 comments on commit ed3ee90

Please sign in to comment.