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,