source/projects/gandi/BUILD

11 lines
174 B
Python
Raw Normal View History

2021-05-08 18:36:29 +00:00
py_library(
name = "gandi",
src = globs(["src/python/**/*.py"]),
imports = [
"src/python"
],
deps = [
py_requirement("requests"),
]
)