source/projects/gh-unnotifier/BUILD.bazel

10 lines
221 B
Python
Raw Normal View History

2023-07-27 22:34:26 +00:00
py_project(
name = "gh-unnotifier",
main = "src/python/ghunnotif/__main__.py",
main_deps = [
py_requirement("click"),
py_requirement("requests"),
py_requirement("pytimeparse"),
]
)