Skip to content

Commit 7f848b5

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 86d8890 commit 7f848b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-cloud-trace/setup.py

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

1010
install_requires = [
1111
'google-gax>=0.15.7, <0.16dev',
12-
'googleapis-common-protos[grpc]>=1.5.3, <2.0dev',
13-
'google-cloud-core >= 0.27.0, < 0.28dev',
12+
'google-cloud-core[grpc] >= 0.27.1, < 0.28dev',
1413
]
1514

1615
setup(

0 commit comments

Comments
 (0)