From 81de8859e05b40078fcb4f7df2ac4e4848cb8daa Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:00:45 +0000 Subject: [PATCH] remove streamlabs dependency --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d264113..d73683a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,8 @@ dynamic = ["version"] dependencies = [ "keyboard", "obsws-python>=1.7", - "slobs-websocket @ git+https://git@github.com/onyx-and-iris/slobs_websocket@v0.1.4#egg=slobs_websocket", - "tomli>=2.0.1; python_version<'3.11'", "vban-cmd>=2.5.2", "voicemeeter-api>=2.6.1", - "websocket-client", "xair-api>=2.4.1", ]