Skip to content
Snippets Groups Projects
Commit e64e5e4c authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Merge pull request #4823 from soltanmm/protostuffs

Depend on protobuf>=3.0.0a3 in grpcio.
parents ac9e1cbe ad32ff4e
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,9 @@ PACKAGE_DIRECTORIES = { ...@@ -120,6 +120,9 @@ PACKAGE_DIRECTORIES = {
INSTALL_REQUIRES = ( INSTALL_REQUIRES = (
'enum34>=1.0.4', 'enum34>=1.0.4',
'futures>=2.2.0', 'futures>=2.2.0',
# TODO(atash): eventually split the grpcio package into a metapackage
# depending on protobuf and the runtime component (independent of protobuf)
'protobuf>=3.0.0a3',
) )
SETUP_REQUIRES = ( SETUP_REQUIRES = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment