Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.10.1
homeassistant==2025.12.0
homeassistant==2026.2.0
pip>=21.0,<25.4
ruff==0.14.11
2 changes: 1 addition & 1 deletion scripts/develop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname "$0")/.."

pip3 uninstall -y pywebasto || true

pip3 install --upgrade "pycares==4.3.0"
# pip3 install --upgrade "pycares==4.3.0"

# Create config dir if not present
if [[ ! -d "${PWD}/config" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.9/go2rtc_linux_amd64 --output /bin/go2rtc
chmod a+x /bin/go2rtc
pip3 install uv==0.6.8
# pip3 install uv==0.6.8

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

Expand Down
Loading