This commit is contained in:
Mr Chen 2024-12-02 16:49:06 +08:00
parent 3476b4c30a
commit eca12b2cf3
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ psutil==5.9.1
chardet==3.0.4
SQLAlchemy>=1.4.54
Flask-SQLAlchemy>=2.5.1
Flask-Migrate==4.*
#Flask-Migrate==4.*
#Flask-Security-Too==5.5.*; python_version >= '3.10'
#Flask-Security-Too==5.4.*; python_version <= '3.9'
pyOpenSSL==23.2.0

View File

@ -26,7 +26,6 @@ from flask import render_template_string
from flask_socketio import SocketIO, emit, send
from flask_migrate import Migrate
from flask_caching import Cache
from werkzeug.local import LocalProxy