grpc/src/python
Richard Belleville c477cb8597 Add missing transitive dependencies
This commit resolves an interop test currently failing on master. Over
the past couple of weeks, bazel-based tests have been introduced. The
current setup does not appear to automatically handle transitive
dependencies. Instead, transitive dependencies such as `requests` have
been manually added to `requirements.bazel.txt`. It appears that the
build server happened to have the dependencies of the `requests` library
installed already, but later had a configuration wipe.

This was compounded by the google-auth library erroneously reporting
that the `requests` module itself was not installed. In fact, it was the
transitive dependencies of `requests` that were not being installed by
the build file. (third-order dependencies of our test)

I consider this a quick fix to get the build passing. In the long run,
we need to automatically resolve and install transitive dependencies in
our bazel builds.

Resolves: #17170
2018-11-09 16:53:43 -08:00
..
grpcio Merge pull request #16919 from lidizheng/wait-for-ready 2018-11-07 11:10:23 -08:00
grpcio_health_checking Bazel rules for Python grpcio_health_checking 2018-10-09 17:04:11 +00:00
grpcio_reflection Bazel rules for Python grpcio_reflection 2018-11-01 12:01:02 +00:00
grpcio_testing Format code 2018-10-31 11:47:13 -07:00
grpcio_tests Add missing transitive dependencies 2018-11-09 16:53:43 -08:00
.gitignore Format code 2018-10-31 11:47:13 -07:00