Switch back to using gunicorn with eventlet==0.30.2

This commit is contained in:
Peter Stockings
2023-01-03 15:42:44 +11:00
parent 2d7c0422bc
commit 22930e527a
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
web: python app.py
web: gunicorn --worker-class eventlet -w 1 app:app

View File

@@ -9,4 +9,5 @@ minify-html==0.10.3
bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
python-socketio==5.7.2
eventlet==0.30.2

1
runtime.txt Normal file
View File

@@ -0,0 +1 @@
python-3.8.13