Skip to content

Commit 6099b50

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 b795139 commit 6099b50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.27.0, < 0.28dev',
55-
'grpcio >= 1.2.0, < 1.6dev',
54+
'google-cloud-core[grpc] >= 0.27.1, < 0.28dev',
5655
'gapic-google-cloud-logging-v2 >= 0.91.0, < 0.92dev',
5756
]
5857

0 commit comments

Comments
 (0)