1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Mask Flask-SQLAlchemy >= 3.0.0 for now as it breaks mailu

This commit is contained in:
Alexander Graf 2022-11-02 17:46:13 +01:00
parent 7e36694b64
commit 047413185e
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Flask-DebugToolbar
Flask-Login
flask-marshmallow
Flask-Migrate
Flask-SQLAlchemy
Flask-SQLAlchemy<3
Flask-WTF
gunicorn
idna

View File

@ -24,7 +24,7 @@ Flask-DebugToolbar==0.13.1
Flask-Login==0.6.2
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
Flask-SQLAlchemy==3.0.2
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.1
frozenlist==1.3.1
greenlet==2.0.0