diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index 362c46f..65bb822 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -1,10 +1,10 @@ { "domain": "shopping_list_manager", "name": "Shopping List Manager", - "version": "2.0.0-beta5", + "version": "2.0.0", "documentation": "https://github.com/thekiwismarthome/shopping-list-manager", "issue_tracker": "https://github.com/thekiwismarthome/shopping-list-manager/issues", - "requirements": [], + "requirements": ["Pillow>=10.0.0"], "dependencies": [], "codeowners": ["@thekiwismarthome"], "config_flow": true,