From 30859a7d26ba9abaf466288340dbd8152abae393 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Sat, 14 Feb 2026 07:11:25 +1300 Subject: [PATCH] Update manifest.json --- custom_components/shopping_list_manager/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index a48774b..f78d1a4 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -4,7 +4,11 @@ "version": "2.0.0", "documentation": "https://github.com/thekiwismarthome/shopping-list-manager", "issue_tracker": "https://github.com/thekiwismarthome/shopping-list-manager/issues", - "requirements": ["Pillow>=10.0.0", "aiofiles>=23.0.0"], + "requirements": [ + "Pillow>=10.0.0", + "aiofiles>=23.0.0", + "rapidfuzz>=3.0.0" + ], "dependencies": [], "codeowners": ["@thekiwismarthome"], "config_flow": true,