update
This commit is contained in:
parent
3476b4c30a
commit
eca12b2cf3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue