Skip to content

Commit 4da64c3

Browse files
author
Jon Wayne Parrott
committed
Fix setup.py to pull in grpc extra
1 parent cb6e563 commit 4da64c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.28.0, < 0.29dev',
55-
'google-api-core >= 0.1.1, < 0.2.0dev',
55+
'google-api-core[grpc] >= 0.1.1, < 0.2.0dev',
5656
]
5757

5858
setup(

0 commit comments

Comments
 (0)