absolutely destroy this beautiful static html file by converting it to a slightly more dynamic flask app + docker container
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-03-10 11:58:21 +01:00
parent 95037c0f82
commit af0eb90e42
11 changed files with 660 additions and 212 deletions

15
Pipfile Normal file
View File

@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
flask = "*"
flask-json = "*"
requests = "*"
flask-socketio = "*"
[requires]
python_version = "3.9"