Shovel reqsort around

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 20:04:13 -06:00
parent be1956f2f4
commit 725a89eb8e
3 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,10 @@
py_binary(
name = "reqsort",
main = "__main__.py",
main = "src/python/reqsort/__main__.py",
deps = [
py_requirement("click"),
]
],
imports = [
"src/python",
],
)

View file

@ -1,3 +1,9 @@
# reqsort
A `requirements.txt` formatter and sorter.
## LICENSE
Copyright Reid 'arrdem' McKenzie August 2021.
Published under the terms of the MIT license.