Skip to content

Commit

Permalink
Removing googleapis-common-protos from deps in non-core packages. (
Browse files Browse the repository at this point in the history
…#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`.
  • Loading branch information
dhermes authored Oct 4, 2017
1 parent 0f6e81d commit d864ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-videointelligence/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
install_requires=(
'googleapis-common-protos >= 1.5.3, < 2.0dev',
'google-gax >= 0.15.14, < 0.16dev',
'grpcio >= 1.2.0, < 1.6dev',
'six >= 1.10.0',
),
url='https://github.com/GoogleCloudPlatform/google-cloud-python',
Expand Down

0 comments on commit d864ee7

Please sign in to comment.