From f37af584226bc56a1b3727b44fb7e44eb1ad737a Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 29 Nov 2025 02:27:59 +0000 Subject: [PATCH] Add `zeroconf` optional dependency of wyoming so that `--zeroconf` works --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60c45bb..83cda39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "wyoming>=1.8,<2", + "wyoming[zeroconf]>=1.8,<2", "faster-whisper>=1.1.0,<2", "requests", # needed by faster-whisper ]