commit | e6b00382235a5d071598792f7046537290ef9ac6 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Thu Apr 09 12:25:39 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Thu Apr 09 12:25:39 2015 -0700 |
tree | f9958cbeaad19dc3ca6473fb09ba31a6647a723c | |
parent | 7dde627a6a6981f53bcc55e2efcb2401ff103f04 [diff] [blame] |
Add OAuth interop tests to Python Also adds the commands to the grpc_docker shell library script to support running in docker.
diff --git a/src/python/interop/setup.py b/src/python/interop/setup.py index 7a32992..502fcbe 100644 --- a/src/python/interop/setup.py +++ b/src/python/interop/setup.py
@@ -45,7 +45,7 @@ 'credentials/server1.pem',] } -_INSTALL_REQUIRES = ['grpcio>=0.4.0a4'] +_INSTALL_REQUIRES = ['oauth2client>=1.4.7', 'grpcio>=0.4.0a4'] setuptools.setup( name='interop',