From ae50084fcbf5c581240e43f6d0f13ce4b744c754 Mon Sep 17 00:00:00 2001 From: sinavir Date: Sun, 21 Apr 2024 11:35:27 +0200 Subject: [PATCH] fix: add optional client dependencies for socketio --- uptime-kuma-api.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma-api.nix b/uptime-kuma-api.nix index e9e3b33..d3fdc66 100644 --- a/uptime-kuma-api.nix +++ b/uptime-kuma-api.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { packaging python-socketio requests - ]; + ] ++ python-socketio.optional-dependencies.client; pythonImportsCheck = [ "uptime_kuma_api" ];