Shovel reqsort around
This commit is contained in:
parent
be1956f2f4
commit
725a89eb8e
3 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
py_binary(
|
py_binary(
|
||||||
name = "reqsort",
|
name = "reqsort",
|
||||||
main = "__main__.py",
|
main = "src/python/reqsort/__main__.py",
|
||||||
deps = [
|
deps = [
|
||||||
py_requirement("click"),
|
py_requirement("click"),
|
||||||
]
|
],
|
||||||
|
imports = [
|
||||||
|
"src/python",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
# reqsort
|
# reqsort
|
||||||
|
|
||||||
A `requirements.txt` formatter and sorter.
|
A `requirements.txt` formatter and sorter.
|
||||||
|
|
||||||
|
## LICENSE
|
||||||
|
|
||||||
|
Copyright Reid 'arrdem' McKenzie August 2021.
|
||||||
|
|
||||||
|
Published under the terms of the MIT license.
|
||||||
|
|
Loading…
Reference in a new issue