Skip to content

Commit

Permalink
Merge branch 'main' into lock-node-setups
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Feb 28, 2024
2 parents 3dc8fef + 9344e8b commit 75ecb20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libuv1 \
openssl \
zlib1g \
libjson-c5 \
libnl-3-200 \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libuv1 \
openssl \
zlib1g \
libjson-c5 \
libnl-3-200 \
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"coloredlogs",
"dacite",
"orjson",
"home-assistant-chip-clusters==2024.2.0",
"home-assistant-chip-clusters==2024.2.1",
]
description = "Python Matter WebSocket Server"
license = {text = "Apache-2.0"}
Expand All @@ -34,7 +34,7 @@ version = "0.0.0"

[project.optional-dependencies]
server = [
"home-assistant-chip-core==2024.2.0",
"home-assistant-chip-core==2024.2.1",
"cryptography==42.0.5",
"zeroconf==0.131.0",
]
Expand Down

0 comments on commit 75ecb20

Please sign in to comment.