Skip to content

Commit

Permalink
Adds dependencies from sub-package
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 authored Oct 21, 2024
1 parent 4cb3fde commit 473edee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion custom_components/dwd_weather/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"requirements": [
"simple_dwd_weatherforecast==2.1.10",
"markdownify==0.6.5",
"suntimes==1.1.2"
"suntimes==1.1.2",
"lxml",
"requests",
"Pillow",
"arrow",
"stream-inflate==0.0.14",
"stream-unzip",
"httpx"
],
"iot_class": "cloud_polling"
}

0 comments on commit 473edee

Please sign in to comment.