mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Werkzeug Fix
This commit is contained in:
@ -28,6 +28,7 @@ dependencies:
|
|||||||
- pip:
|
- pip:
|
||||||
- flask-cloudflared==0.0.10
|
- flask-cloudflared==0.0.10
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- Werkzeug==2.3.7
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.24.0
|
- transformers==4.24.0
|
||||||
- huggingface_hub==0.12.1
|
- huggingface_hub==0.12.1
|
||||||
|
@ -27,6 +27,7 @@ dependencies:
|
|||||||
- torch==1.12.1+rocm5.1.1
|
- torch==1.12.1+rocm5.1.1
|
||||||
- flask-cloudflared==0.0.10
|
- flask-cloudflared==0.0.10
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
|
- Werkzeug==2.3.7
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.24.0
|
- transformers==4.24.0
|
||||||
- huggingface_hub==0.12.1
|
- huggingface_hub==0.12.1
|
||||||
|
@ -2,6 +2,7 @@ transformers==4.24.0
|
|||||||
huggingface_hub==0.12.1
|
huggingface_hub==0.12.1
|
||||||
Flask==2.2.3
|
Flask==2.2.3
|
||||||
Flask-SocketIO==5.3.2
|
Flask-SocketIO==5.3.2
|
||||||
|
Werkzeug==2.3.7
|
||||||
python-socketio==5.7.2
|
python-socketio==5.7.2
|
||||||
requests
|
requests
|
||||||
torch >= 1.9, < 1.13
|
torch >= 1.9, < 1.13
|
||||||
|
@ -15,6 +15,7 @@ Flask-SocketIO==5.3.2
|
|||||||
python-socketio==5.7.2
|
python-socketio==5.7.2
|
||||||
flask-cloudflared==0.0.10
|
flask-cloudflared==0.0.10
|
||||||
flask-ngrok
|
flask-ngrok
|
||||||
|
Werkzeug==2.3.7
|
||||||
eventlet==0.33.3
|
eventlet==0.33.3
|
||||||
dnspython==2.2.1
|
dnspython==2.2.1
|
||||||
lupa==1.10
|
lupa==1.10
|
||||||
|
Reference in New Issue
Block a user