"feat: Implement database migration script for myp_db and update requirements files"

This commit is contained in:
Till Tomczak 2025-05-26 11:00:40 +02:00
parent e6e0660bff
commit 6896ba291f
4 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -1,3 +1,6 @@
# Diese Datei wurde in die zentrale requirements.txt im Backend-Verzeichnis integriert.
# Bitte verwenden Sie stattdessen: ../requirements.txt
# MYP Platform - Python Dependencies
# Installiere mit: pip install -r requirements.txt

View File

@ -1,6 +1,2 @@
flask==2.3.3
flask-login==0.6.2
sqlalchemy==2.0.20
PyP100==0.1.1
bcrypt==4.0.1
gunicorn==21.2.0
# Diese Datei wurde in die zentrale requirements.txt im Backend-Verzeichnis integriert.
# Bitte verwenden Sie stattdessen: ../requirements.txt

1
myp_installer.ps1 Normal file
View File

@ -0,0 +1 @@