Started to use click as a cli
This commit is contained in:
parent
afbe8a96b1
commit
60cbf9da2e
12 changed files with 181 additions and 212 deletions
3
Pipfile
3
Pipfile
|
@ -4,11 +4,14 @@ url = "https://pypi.org/simple"
|
|||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
flake8 = "*"
|
||||
|
||||
[packages]
|
||||
sqlalchemy = "*"
|
||||
prompt-toolkit = "*"
|
||||
bottle = "*"
|
||||
mt-940 = "*"
|
||||
click = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue