Skip to content

Commit

Permalink
Merge pull request grpc#4823 from soltanmm/protostuffs
Browse files Browse the repository at this point in the history
Depend on protobuf>=3.0.0a3 in grpcio.
  • Loading branch information
nathanielmanistaatgoogle committed Jan 22, 2016
2 parents ac9e1cb + ad32ff4 commit e64e5e4
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 e64e5e4

Please sign in to comment.