Switch back to using gunicorn with eventlet==0.30.2
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
||||
web: python app.py
|
||||
web: gunicorn --worker-class eventlet -w 1 app:app
|
||||
@@ -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
1
runtime.txt
Normal file
@@ -0,0 +1 @@
|
||||
python-3.8.13
|
||||
Reference in New Issue
Block a user