Skip to content

Commit e6e2661

Browse files
committed
Merge pull request #1753 from tseaver/pubsub-add-grpc-google-pubsub-v1-dependency
Add 'gax-google-pubsub-v1' dependency to 'grpc' extra.
2 parents d857d20 + e1c6afa commit e6e2661

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
'protobuf >= 3.0.0b2, != 3.0.0.b2.post1',
1818
'six',
1919
]
20-
GRPC_EXTRAS = ['grpcio >= 0.13.1']
20+
21+
GRPC_EXTRAS = [
22+
'grpcio >= 0.13.1',
23+
'gax-google-pubsub-v1',
24+
]
2125

2226
setup(
2327
name='gcloud',

0 commit comments

Comments
 (0)