Werkzeug Fix

This commit is contained in:
Henk 2023-10-06 13:51:52 +02:00
parent d86f61151b
commit 386fd1f034
4 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ dependencies:
- pip:
- flask-cloudflared==0.0.10
- flask-ngrok
- Werkzeug==2.3.7
- lupa==1.10
- transformers==4.24.0
- huggingface_hub==0.12.1

View File

@ -27,6 +27,7 @@ dependencies:
- torch==1.12.1+rocm5.1.1
- flask-cloudflared==0.0.10
- flask-ngrok
- Werkzeug==2.3.7
- lupa==1.10
- transformers==4.24.0
- huggingface_hub==0.12.1

View File

@ -2,6 +2,7 @@ transformers==4.24.0
huggingface_hub==0.12.1
Flask==2.2.3
Flask-SocketIO==5.3.2
Werkzeug==2.3.7
python-socketio==5.7.2
requests
torch >= 1.9, < 1.13

View File

@ -15,6 +15,7 @@ Flask-SocketIO==5.3.2
python-socketio==5.7.2
flask-cloudflared==0.0.10
flask-ngrok
Werkzeug==2.3.7
eventlet==0.33.3
dnspython==2.2.1
lupa==1.10