11 lines
273 B
Python
11 lines
273 B
Python
py_project(
|
|
name = "updater",
|
|
main = "src/python/updater/__main__.py",
|
|
shebang = "/usr/bin/env python3",
|
|
lib_deps = [
|
|
"//projects/gandi",
|
|
py_requirement("jinja2"),
|
|
py_requirement("pyyaml"),
|
|
py_requirement("meraki"),
|
|
],
|
|
)
|