first working flask prototype

This commit is contained in:
2022-07-16 14:09:27 +02:00
parent 16bea0bd22
commit 499c916e3f
7 changed files with 227 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Flask = "*"
[dev-packages]
[requires]
python_version = "3.10"