From cb06bfc28e252e93591c4de870afe072292da177 Mon Sep 17 00:00:00 2001 From: Collin Heist Date: Sun, 27 Oct 2024 23:16:44 -0600 Subject: [PATCH] [112] Add urllib3 and six to dependency list --- modules/ref/version_webui | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ref/version_webui b/modules/ref/version_webui index 53c7dff8..c10d260a 100755 --- a/modules/ref/version_webui +++ b/modules/ref/version_webui @@ -1 +1 @@ -v2.0-alpha.12.1-webui111 \ No newline at end of file +v2.0-alpha.12.1-webui112 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6d094d8a..859cd4b4 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,8 @@ dependencies = [ "sqlalchemy==2.0.36", "huey>=2.5.1", "starlette==0.38.4", + "urllib3==2.2.3", + "six==1.16.0", ] [build-system]