2021-05-19 01:55:36 +00:00
|
|
|
py_binary(
|
|
|
|
name = "reqsort",
|
2021-08-04 02:04:13 +00:00
|
|
|
main = "src/python/reqsort/__main__.py",
|
2021-05-19 01:55:36 +00:00
|
|
|
deps = [
|
|
|
|
py_requirement("click"),
|
2021-08-04 02:04:13 +00:00
|
|
|
],
|
|
|
|
imports = [
|
|
|
|
"src/python",
|
|
|
|
],
|
2021-05-19 01:55:36 +00:00
|
|
|
)
|