Get the updater zapping nicely

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-12 14:28:57 -06:00
commit b49d0b4d40
3 changed files with 12 additions and 8 deletions
projects/gandi

View file

@ -4,7 +4,7 @@ py_library(
name = "gandi",
srcs = glob(["src/python/gandi/client.py"]),
imports = [
"src/python"
"src/python",
],
deps = [
py_requirement("requests"),