Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade dependencies to gapic-* 0.9.x packages
  • Loading branch information
Brian J. Watson committed Sep 15, 2016
commit df337ca0e7a1e8d62a88c8bea21dfa1ae94a9255
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
'httplib2 >= 0.9.1',
'googleapis-common-protos',
'oauth2client >= 2.0.1',
'protobuf >= 3.0.0b2, != 3.0.0.b2.post1',
'protobuf >= 3.0.0',
'six',
]

GRPC_PACKAGES = [
'grpcio >= 1.0rc1',
'google-gax >= 0.12.3, < 0.13dev',
'gax-google-pubsub-v1 >= 0.8.0, < 0.9dev',
'grpc-google-pubsub-v1 >= 0.8.0, < 0.9dev',
'gax-google-logging-v2 >= 0.8.0, < 0.9dev',
'grpc-google-logging-v2 >= 0.8.0, < 0.9dev',
'grpcio >= 1.0.0',
'google-gax >= 0.13.0, < 0.14dev',
'gapic-google-pubsub-v1 >= 0.9.0, < 0.10dev',
'grpc-google-pubsub-v1 >= 0.9.0, < 0.10dev',
'gapic-google-logging-v2 >= 0.9.0, < 0.10dev',
'grpc-google-logging-v2 >= 0.9.0, < 0.10dev',

This comment was marked as spam.

This comment was marked as spam.

]

RTD_ENV_VAR = 'READTHEDOCS'
Expand Down