source/projects/gandi/BUILD
Reid 'arrdem' McKenzie b7e35bcc2a Get it all working
2021-05-08 19:33:37 -06:00

12 lines
242 B
Text

package(default_visibility = ["//visibility:public"])
py_library(
name = "gandi",
srcs = glob(["src/python/gandi/client.py"], []),
imports = [
"src/python"
],
deps = [
py_requirement("requests"),
],
)