upgrade python to protobuf 3.6.0

pull/15597/head
Jan Tattermusch 6 years ago
parent e8c3bf00bc
commit bc8495da7a
  1. 2
      src/python/grpcio_health_checking/setup.py
  2. 2
      src/python/grpcio_reflection/setup.py
  3. 2
      src/python/grpcio_testing/setup.py
  4. 2
      src/python/grpcio_tests/setup.py

@ -57,7 +57,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.5.2.post1',
'protobuf>=3.6.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -58,7 +58,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.5.2.post1',
'protobuf>=3.6.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

@ -29,7 +29,7 @@ PACKAGE_DIRECTORIES = {
}
INSTALL_REQUIRES = (
'protobuf>=3.5.2.post1',
'protobuf>=3.6.0',
'grpcio>={version}'.format(version=grpc_version.VERSION),
)

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

Loading…
Cancel
Save