• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
2
3def grpc_deps():
4    """Loads dependencies need to compile and test the grpc library."""
5
6    pass
7