WORKSPACE 377 B

12345678910111213141516
  1. local_repository(
  2. name = "com_github_grpc_grpc",
  3. path = "../../..",
  4. )
  5. load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
  6. grpc_deps()
  7. load("@com_github_grpc_grpc//bazel:grpc_python_deps.bzl", "grpc_python_deps")
  8. grpc_python_deps()
  9. # TODO(https://github.com/grpc/grpc/issues/19835): Remove.
  10. load("@upb//bazel:workspace_deps.bzl", "upb_deps")
  11. upb_deps()