Skip to content

Commit

Permalink
Add protobuf_deps to WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi-kamal committed Sep 13, 2019
1 parent 68242b9 commit fac04ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ load("@grpc_python_dependencies//:requirements.bzl", "pip_install")
pip_repositories()
pip_install()

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

load("@upb//bazel:workspace_deps.bzl", "upb_deps")
upb_deps()

Expand Down

0 comments on commit fac04ff

Please sign in to comment.