From 02e90bf4a55e304fef4f51c642fc7c51784643c6 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:17:56 +0200 Subject: [PATCH] remove 'wsrpc_aiohttp' from core pyproject toml --- client/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 5e811321f8..e9885af735 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -14,7 +14,6 @@ qtawesome = "0.7.3" [ayon.runtimeDependencies] aiohttp_json_rpc = "*" # TVPaint server aiohttp-middlewares = "^2.0.0" -wsrpc_aiohttp = "^3.1.1" # websocket server Click = "^8" OpenTimelineIO = "0.16.0" opencolorio = "2.2.1"