Switch back to using gunicorn with eventlet==0.30.2

This commit is contained in:
Peter Stockings
2023-01-03 15:43:07 +11:00
parent 2d7c0422bc
commit 22930e527a
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
web: python app.py
web: gunicorn --worker-class eventlet -w 1 app:app
+1
View File
@@ -10,3 +10,4 @@ bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
eventlet==0.30.2
+1
View File
@@ -0,0 +1 @@
python-3.8.13