Skip to content

Commit

Permalink
Adding grpcio as a dependency to setup.py.
Browse files Browse the repository at this point in the history
This is to try to fix the failed builds on readthedocs.org:
https://readthedocs.org/builds/gcloud-python-bigtable/3152418/
  • Loading branch information
dhermes committed Jul 25, 2015
1 parent 61eedac commit 5d78e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


REQUIREMENTS = [
'grpcio >= 0.10.0a0',
'httplib2 >= 0.9.1',
'oauth2client >= 1.4.6',
'protobuf >= 3.0.0a3',
Expand Down

0 comments on commit 5d78e08

Please sign in to comment.