source/projects/gh-unnotifier/BUILD
Reid 'arrdem' McKenzie 64c4622200 Create the unnotifier
2023-07-27 16:34:26 -06:00

9 lines
221 B
Text

py_project(
name = "gh-unnotifier",
main = "src/python/ghunnotif/__main__.py",
main_deps = [
py_requirement("click"),
py_requirement("requests"),
py_requirement("pytimeparse"),
]
)