Use oauth2 from google-auth

oauth2client is deprecated [1], use google-auth.

When kubernetes-client/base-python is updated to not use
oauth2client, remove oauth2client.

[1] https://github.com/google/oauth2client/releases (see Note)

Closes: #275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
This commit is contained in:
Spyros Trigazis 2017-07-06 18:27:33 +02:00 committed by Spyros Trigazis
parent 5e268fb0b6
commit ae7f2bc9dc

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+