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,