Stop using gunicorn

This commit is contained in:
Peter Stockings
2023-01-03 15:38:13 +11:00
parent 7b53003116
commit 2d7c0422bc
2 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
web: gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
web: python app.py

View File

@@ -10,5 +10,3 @@ bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
gevent==22.10.2
gevent-websocket==0.10.1