Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jan 11, 2025
1 parent b6be6fd commit d3b46d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
colorlog==6.9.0
homeassistant==2024.11.3
homeassistant==2025.1.2
pip>=24.1.1,<24.4
ruff==0.8.0
ruff==0.8.6
mysql-connector-python==9.1.0
zlib_ng==0.5.1
isal==1.7.1
6 changes: 3 additions & 3 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sudo apt install ffmpeg -y
sudo apt install libpcap0.8 -y
sudo apt install libturbojpeg0 -y

wget https://github.com/AlexxIT/go2rtc/releases/download/v1.9.7/go2rtc_linux_arm64
sudo mv go2rtc_linux_arm64 /bin/go2rtc
sudo chmod +x /bin/go2rtc
wget https://github.com/AlexxIT/go2rtc/releases/download/v1.9.7/go2rtc_linux_arm64
sudo mv go2rtc_linux_arm64 /bin/go2rtc
sudo chmod +x /bin/go2rtc

0 comments on commit d3b46d2

Please sign in to comment.