Skip to content

Commit 36ff067

Browse files
committed
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: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
1 parent 5e268fb commit 36ff067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ setuptools>=21.0.0 # PSF/ZPL
55
urllib3>=1.19.1,!=1.21 # MIT
66
pyyaml>=3.12 # MIT
77
oauth2client>=4.0.0 # Apache-2.0
8+
google-auth>=1.0.1 # Apache-2.0
89
ipaddress>=1.0.17 # PSF
910
websocket-client>=0.32.0 # LGPLv2+

0 commit comments

Comments
 (0)