Skip to content

Commit

Permalink
Adds dependency update to development container
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 3, 2024
1 parent 8f0a980 commit 633b88d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/develop
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e

cd "$(dirname "$0")/.."

cat custom_components/dwd_weather/manifest.json | jq -r '.requirements | .[]' | python3 -m pip install -r /dev/stdin

# Create config dir if not present
if [[ ! -d "${PWD}/config" ]]; then
mkdir -p "${PWD}/config"
Expand Down

0 comments on commit 633b88d

Please sign in to comment.