diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-07-02 17:47:32 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-07 14:28:40 +0200 |
commit | bc8495da7a6187ba75eab7dbf91f34214866d397 (patch) | |
tree | d6b200580cf6f3f44d0c04dd8e52f0438dfb1dfb /src/python/grpcio_tests | |
parent | e8c3bf00bceafae7a2465b94936d4e895ddc5815 (diff) |
upgrade python to protobuf 3.6.0
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py index 1262e48571..74c7705c97 100644 --- a/src/python/grpcio_tests/setup.py +++ b/src/python/grpcio_tests/setup.py @@ -41,7 +41,7 @@ INSTALL_REQUIRES = ( 'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio-tools>={version}'.format(version=grpc_version.VERSION), 'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION), - 'oauth2client>=1.4.7', 'protobuf>=3.5.2.post1', 'six>=1.10', + 'oauth2client>=1.4.7', 'protobuf>=3.6.0', 'six>=1.10', 'google-auth>=1.0.0', 'requests>=2.14.2') if not PY3: |