mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: remove flask
This commit is contained in:
parent
c315634365
commit
df1ff8f994
2 changed files with 0 additions and 6 deletions
|
|
@ -3,9 +3,6 @@ uvicorn[standard]==0.30.6
|
|||
pydantic==2.9.2
|
||||
python-multipart==0.0.18
|
||||
|
||||
Flask==3.1.0
|
||||
Flask-Cors==5.0.0
|
||||
|
||||
python-socketio==5.11.3
|
||||
python-jose==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ dependencies = [
|
|||
"pydantic==2.9.2",
|
||||
"python-multipart==0.0.18",
|
||||
|
||||
"Flask==3.1.0",
|
||||
"Flask-Cors==5.0.0",
|
||||
|
||||
"python-socketio==5.11.3",
|
||||
"python-jose==3.3.0",
|
||||
"passlib[bcrypt]==1.7.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue