Stop using gunicorn
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
|||||||
web: gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
|
web: python app.py
|
||||||
@@ -9,6 +9,4 @@ minify-html==0.10.3
|
|||||||
bidict==0.22.1
|
bidict==0.22.1
|
||||||
flask-socketio==5.3.2
|
flask-socketio==5.3.2
|
||||||
python-engineio==4.3.4
|
python-engineio==4.3.4
|
||||||
python-socketio==5.7.2
|
python-socketio==5.7.2
|
||||||
gevent==22.10.2
|
|
||||||
gevent-websocket==0.10.1
|
|
||||||
Reference in New Issue
Block a user