Implemented autosort command

This commit is contained in:
Felix Breidenstein 2020-03-29 23:58:55 +02:00
parent c687b244a7
commit 48ba732038
5 changed files with 162 additions and 27 deletions

View file

@ -14,6 +14,9 @@ bottle = "*"
mt-940 = "*"
click = "*"
xdg = "*"
pyyaml = "*"
colored = "*"
colorful = "*"
[requires]
python_version = "3.8"