Initial commit.

This commit is contained in:
2025-06-27 15:14:57 +02:00
committed by Jens Luedicke
commit a8d1f33874
13 changed files with 1007 additions and 0 deletions

19
Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "==2.0.1"
werkzeug = "==2.0.1"
jinja2 = "==3.0.1"
markupsafe = "==2.0.1"
itsdangerous = "==2.0.1"
click = "==8.0.1"
flask-sqlalchemy = "==2.5.1"
sqlalchemy = "==1.4.23"
[dev-packages]
[requires]
python_version = "3.12"