mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
15 lines
347 B
15 lines
347 B
local_repository( |
|
name = "com_github_grpc_grpc", |
|
path = "../../..", |
|
) |
|
|
|
# Ensure rules don't rely on __main__ naming convention. |
|
workspace(name = "python_test_repo") |
|
|
|
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps") |
|
|
|
grpc_deps() |
|
|
|
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps") |
|
|
|
grpc_extra_deps()
|
|
|