Remove oauth2client requirement (#286)

In #278 google-auth was added in requirements and in [1]
python-base stopped using it.

Remove oauth2client requirement and update submodule commit.

[1] https://github.com/kubernetes-client/python-base/pull/16

Related-Issue: #275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
This commit is contained in:
Spyros Trigazis 2017-07-07 19:26:06 +02:00 committed by Mehdy Bohlool
parent 2fac3c71bf
commit afe706d63a
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8704ce39c241f3f184d01833dcbaf1d1fb14a2dc
Subproject commit 26cb526eaa62675943dc8a31b782276600fde856

View File

@ -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+