Update manifest.json

This commit is contained in:
thekiwismarthome
2026-02-14 07:11:25 +13:00
committed by GitHub
parent 91615964c5
commit 30859a7d26
@@ -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,