Skip to content

Commit 47b8fe3

Browse files
authored
Merge pull request #34 from obilodeau/update-deps
Removing unused dependencies
2 parents 50b7fe3 + 5490a16 commit 47b8fe3

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

ceopardy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
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.
8484
socketio = SocketIO(
8585
app,
8686
cors_allowed_origins="*",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
]
3231
dynamic = ["version"]
3332

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ Flask-SocketIO==5.6.1
44
Flask-SQLAlchemy==3.0.5
55
SQLAlchemy==1.4.54
66
Werkzeug==3.1.8
7-
eventlet==0.40.3

0 commit comments

Comments
 (0)