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

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
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