From e3400f3f962d8f2c48e40b32a6c0f94da4103ebf 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 e9d24b7fa0e..c2a9bae4941 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",