From 2d7c0422bc41d10518b040065543cc94a6b0ac39 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 3 Jan 2023 15:38:13 +1100 Subject: [PATCH] Stop using gunicorn --- Procfile | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Procfile b/Procfile index c24f4b7..e6cb5ad 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app \ No newline at end of file +web: python app.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 06111b2..a02d961 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,4 @@ minify-html==0.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 \ No newline at end of file +python-socketio==5.7.2 \ No newline at end of file