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 2088fe3 commit f67d2ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@


REQUIREMENTS = [
'google-cloud-core >= 0.27.0, < 0.28dev',
'google-cloud-core[grpc] >= 0.27.1, < 0.28dev',
'google-gax >= 0.15.14, < 0.16dev',
'googleapis-common-protos[grpc] >= 1.5.3, < 2.0dev',
]
EXTRAS_REQUIRE = {
':python_version<"3.4"': ['enum34'],
Expand Down

0 comments on commit f67d2ff

Please sign in to comment.