Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'grpcio >= 1.0.2rc0, < 2.0dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion core/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =

[testing]
deps =
grpcio
grpcio >= 1.0.2rc0
mock

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

pytest
covercmd =
Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'grpcio >= 1.0.2rc0, < 2.0dev',
]

setup(
Expand Down
1 change: 1 addition & 0 deletions logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.2rc0, < 2.0dev',
'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev',
]

Expand Down
1 change: 1 addition & 0 deletions pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.2rc0, < 2.0dev',
'gapic-google-cloud-pubsub-v1 >= 0.14.0, < 0.15dev',
]

Expand Down
1 change: 1 addition & 0 deletions speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'grpcio >= 1.0.2rc0, < 2.0dev',
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev',
]

Expand Down