From b4790002c76ef3ed045c01b4038ee4d0f8bd4864 Mon Sep 17 00:00:00 2001 From: Wubbbi Date: Thu, 21 Sep 2023 13:45:55 +0200 Subject: [PATCH] Add python-socketio depencency (mandatory) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e9d24b7fa0..c2a9bae494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ dependencies = [ 'pyperclip', "pyreadline3", "python-multipart", + "python-socketio", "pytorch-lightning", "realesrgan", "requests~=2.28.2",