File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 pass
8080
8181# Use threading mode so the WSGI layer stays plain Werkzeug — its debugger
82- # and exception logging just work. If someone fronts this with gunicorn
83- # (see README), they pick the worker class at the CLI level (-k eventlet) .
82+ # and exception logging just work. Ceopardy is single-operator local-only,
83+ # so we don't need eventlet/gevent's concurrency model .
8484socketio = SocketIO (
8585 app ,
8686 cors_allowed_origins = "*" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ dependencies = [
2727 " Flask-SQLAlchemy==3.0.5" ,
2828 " SQLAlchemy==1.4.54" ,
2929 " Werkzeug==3.1.8" ,
30- " eventlet==0.40.3" ,
3130]
3231dynamic = [" version" ]
3332
Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ Flask-SocketIO==5.6.1
44Flask-SQLAlchemy == 3.0.5
55SQLAlchemy == 1.4.54
66Werkzeug == 3.1.8
7- eventlet == 0.40.3
You can’t perform that action at this time.
0 commit comments