6 lines
193 B (Stored with Git LFS)
Python
6 lines
193 B (Stored with Git LFS)
Python
"""Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
|
|
|
|
def grpc_deps():
|
|
"""Loads dependencies need to compile and test the grpc library."""
|
|
|
|
pass
|