From a979e48102b06ca951d13e5bd73a0b16a05f6eb2 Mon Sep 17 00:00:00 2001 From: badchoices <79611242+badchoices@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:57:06 -0600 Subject: [PATCH 1/2] Update Dockerfile Fix #2090 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9d1e2eb5..5e4b95727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.10 RUN apt-get update && apt-get install -y \ curl \ From 62b4a5e3828d114fe459ecf4a31c95fe74bc3327 Mon Sep 17 00:00:00 2001 From: badchoices <79611242+badchoices@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:08:28 -0600 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 654b88952..efc6c3d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ ultima-scraper-renamer = "1.1.1" [tool.poetry.dev-dependencies] pyinstaller = { version = "^5.0.1", markers = "sys_platform == 'win32'" } requests-html = "^0.10.0" +websockets = "^12.0.0" black = "^22.6.0"