From f3354d21c0251c28092435d9eff2a70416582ac0 Mon Sep 17 00:00:00 2001 From: Adrian Priestley <47989725+a-priestley@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:46:22 -0330 Subject: [PATCH] Update Dockerfile Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b039c8f387..d324b1c0e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,9 +44,6 @@ RUN python -m venv $VIRTUAL_ENV; \ # hadolint ignore=DL3042 RUN pip install -r WebHostLib/requirements.txt \ gunicorn==23.0.0 \ - eventlet==0.38.2 \ - gevent==24.11.1 \ - tornado==6.4.2; \ python ModuleUpdate.py -y RUN cythonize -i _speedups.pyx