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