Skip to content

Commit be87885

Browse files
committed
Use oauth2 from google-auth
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
1 parent 5e268fb commit be87885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/base

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
55
urllib3>=1.19.1,!=1.21 # MIT
66
pyyaml>=3.12 # MIT
7-
oauth2client>=4.0.0 # Apache-2.0
7+
google-auth>=1.0.1 # Apache-2.0
88
ipaddress>=1.0.17 # PSF
99
websocket-client>=0.32.0 # LGPLv2+

0 commit comments

Comments
 (0)