From f8324ccf8f8a203f55c855ca91d6aeb343e20661 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:59:55 +1300 Subject: [PATCH] Update manifest.json --- custom_components/shopping_list_manager/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index 65bb822..a48774b 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -4,7 +4,7 @@ "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"], + "requirements": ["Pillow>=10.0.0", "aiofiles>=23.0.0"], "dependencies": [], "codeowners": ["@thekiwismarthome"], "config_flow": true,