Skip to content

Commit f67d2ff

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 2088fe3 commit f67d2ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-cloud-language/setup.py

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

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.27.0, < 0.28dev',
54+
'google-cloud-core[grpc] >= 0.27.1, < 0.28dev',
5555
'google-gax >= 0.15.14, < 0.16dev',
56-
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
5756
]
5857
EXTRAS_REQUIRE = {
5958
':python_version<"3.4"': ['enum34'],

0 commit comments

Comments
 (0)