This commit is contained in:
2025-05-25 10:31:22 +02:00
parent 1caeb8fc98
commit 225e33056a
102 changed files with 8390 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
Flask==3.0.2
Flask-SQLAlchemy==3.1.1
Flask-Login==0.6.2
Flask-WTF==1.2.1
Flask-Migrate==4.0.5
SQLAlchemy==2.0.23
Werkzeug==3.0.1
WTForms==3.1.1
python-dotenv==1.0.1
psycopg2-binary==2.9.9
gunicorn==21.2.0