Skip to content

Commit

Permalink
Depend on Python protobuf in grpcio
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm-google committed Jan 21, 2016
1 parent 4683576 commit ad32ff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def cython_extensions(package_names, module_names, include_dirs, libraries,
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 = (
Expand Down

0 comments on commit ad32ff4

Please sign in to comment.