Fixed bugs and added webinterface

This commit is contained in:
fleaz 2020-03-05 23:52:33 +01:00
parent 9c59b349c2
commit afbe8a96b1
11 changed files with 171 additions and 4 deletions

View file

@ -8,6 +8,7 @@ verify_ssl = true
[packages]
sqlalchemy = "*"
prompt-toolkit = "*"
bottle = "*"
[requires]
python_version = "3.8"