diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-11-24 21:20:14 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-11-27 12:52:41 -0800 |
commit | 0df9c8acdcb41adc3e28fd147c31d40d650140a8 (patch) | |
tree | abb98a57e8d2d71e405098b5df2170a596bbdeaa /src/python/grpcio_reflection | |
parent | de93112a3f70afa39d3e9aa87da165f9f737fdef (diff) |
Update Python dependency to protobuf v3.5.0.post1
Diffstat (limited to 'src/python/grpcio_reflection')
-rw-r--r-- | src/python/grpcio_reflection/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_reflection/setup.py b/src/python/grpcio_reflection/setup.py index 25312c7c0a..760b89373a 100644 --- a/src/python/grpcio_reflection/setup.py +++ b/src/python/grpcio_reflection/setup.py @@ -57,7 +57,7 @@ PACKAGE_DIRECTORIES = { '': '.', } -INSTALL_REQUIRES = ('protobuf>=3.3.0', +INSTALL_REQUIRES = ('protobuf>=3.5.0.post1', 'grpcio>={version}'.format(version=grpc_version.VERSION),) try: |