Skip to content

Commit

Permalink
update lib requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
guirem committed Dec 1, 2021
1 parent 4361239 commit 8d6817a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [[ ! -z $pip3cmd ]]; then # pip3 found
echo 87 > /tmp/dependancy_googlecast_in_progress
echo ""
echo "-- Installation of python library 'zeroconf' with command $pip3cmd"
$(sudo $pip3cmd install 'zeroconf>=0.25.1' > /tmp/dependancy_googlecast)
$(sudo $pip3cmd install 'zeroconf>=0.37.0' > /tmp/dependancy_googlecast)
cat /tmp/dependancy_googlecast
echo 92 > /tmp/dependancy_googlecast_in_progress
echo ""
Expand Down
4 changes: 2 additions & 2 deletions resources/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ bs4
six
tqdm
websocket-client
protobuf>=3.0.0
zeroconf>=0.28.0
protobuf>=3.11.0
zeroconf>=0.37.0
casttube>=0.2.1

0 comments on commit 8d6817a

Please sign in to comment.