Depend on Python protobuf in grpcio

pull/4823/head
Masood Malekghassemi 9 years ago
parent 4683576e4a
commit ad32ff4e61
  1. 3
      setup.py

@ -120,6 +120,9 @@ PACKAGE_DIRECTORIES = {
INSTALL_REQUIRES = (
'enum34>=1.0.4',
'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 = (

Loading…
Cancel
Save