Merge pull request #278 from strigazi/google-auth

Add google-auth dependency to be able to use it in python-base repo.
This commit is contained in:
Mehdy Bohlool 2017-07-06 10:22:12 -07:00 committed by GitHub
commit bd4b72ebb0

View File

@ -5,5 +5,6 @@ setuptools>=21.0.0 # PSF/ZPL
urllib3>=1.19.1,!=1.21 # MIT
pyyaml>=3.12 # MIT
oauth2client>=4.0.0 # Apache-2.0
google-auth>=1.0.1 # Apache-2.0
ipaddress>=1.0.17 # PSF
websocket-client>=0.32.0 # LGPLv2+