Skip to content

Commit

Permalink
Remove python-Levenshtein from requirements. Closes #42 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkastelec committed Nov 13, 2022
1 parent f0141fc commit 544176a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions custom_components/wemportal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
"documentation": "https://github.com/erikkastelec/hass-WEM-Portal",
"issue_tracker": "https://github.com/erikkastelec/hass-WEM-Portal/issues",
"dependencies": [],
"version": "1.4.0",
"version": "1.4.1",
"codeowners": [
"@erikkastelec"
],
"requirements": [
"scrapyscript==1.1.*",
"scrapy==2.7.*",
"fuzzywuzzy==0.18.0",
"twisted<=22.9.0",
"python-Levenshtein==0.20.*"
"twisted<=22.9.0"
],
"iot_class": "cloud_polling"
}

0 comments on commit 544176a

Please sign in to comment.