grpc/src
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
..
android/test/interop Fix andriod interop client 2018-07-19 09:03:21 -07:00
benchmark
boringssl regenerate projects 2018-07-17 10:46:43 +02:00
c-ares
compiler Remove redunant get on unique_ptr 2018-11-01 09:53:31 -07:00
core Merge pull request #17131 from AspirinSJL/grpclb_fallback_fix 2018-11-09 14:23:08 -08:00
cpp Merge pull request #17151 from arjunroy/grpc_memleak_fix 2018-11-08 15:57:48 -08:00
csharp Merge branch master into package-grpc-tools-doc 2018-11-02 00:55:07 -07:00
objective-c Merge pull request #16650 from muxi/fix-analyze-issue 2018-10-16 13:35:45 -07:00
php Regenerate projects 2018-10-08 15:50:50 -07:00
proto Added benchmarks for Callback based Unary server 2018-11-07 10:08:51 -08:00
python Add missing transitive dependencies 2018-11-09 16:53:43 -08:00
ruby Add GetServer to core 2018-10-24 17:31:30 -07:00
zlib