Skip to content

Commit

Permalink
Remove oauth2client requirement (kubernetes-client#286)
Browse files Browse the repository at this point in the history
In kubernetes-client#278 google-auth was added in requirements and in [1]
python-base stopped using it.

Remove oauth2client requirement and update submodule commit.

[1] kubernetes-client/python-base#16

Related-Issue: kubernetes-client#275

Signed-off-by: Spyros Trigazis <[email protected]>
  • Loading branch information
strigazi authored and mbohlool committed Jul 7, 2017
1 parent 2fac3c7 commit afe706d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base
Submodule base updated 9 files
+6 −0 .gitignore
+34 −0 .travis.yml
+9 −1 README.md
+45 −35 api_client.py
+3 −3 config/kube_config.py
+14 −15 configuration.py
+67 −62 rest.py
+54 −0 run_tox.sh
+11 −0 tox.ini
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python-dateutil>=2.5.3 # BSD
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+

0 comments on commit afe706d

Please sign in to comment.