Skip to content

Commit d864ee7

Browse files
authored
Removing googleapis-common-protos from deps in non-core packages. (#4098)
* Removing `googleapis-common-protos` from deps in non-`core` packages. Also - removing `grpcio` from non-`core` packages. - manually specifying the `grpcio` dep in core (rather than getting it from `googleapis-common-protos[grpc]`) * Making `grpc` an extra for `core`. * Adding `googleapis-common-protos` back to `videointelligence`.
1 parent 0f6e81d commit d864ee7

File tree

1 file changed

+1
-0
lines changed
  • packages/google-cloud-videointelligence

1 file changed

+1
-0
lines changed

packages/google-cloud-videointelligence/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
install_requires=(
4141
'googleapis-common-protos >= 1.5.3, < 2.0dev',
4242
'google-gax >= 0.15.14, < 0.16dev',
43+
'grpcio >= 1.2.0, < 1.6dev',
4344
'six >= 1.10.0',
4445
),
4546
url='https://github.com/GoogleCloudPlatform/google-cloud-python',

0 commit comments

Comments
 (0)