source/projects/gh-unnotifier/BUILD.bazel
2024-02-06 11:18:33 -07:00

9 lines
214 B
Python

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