Skip to content

Commit

Permalink
Fix dependencies (hbmqtt -> asyncio-mqtt)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdcr committed Aug 14, 2020
1 parent 7dd0af0 commit acd4702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM debian:buster

RUN apt-get update && apt-get -y install ca-certificates python3-pip git

RUN pip3 install pyhomematic hbmqtt && cd /opt && git clone https://github.com/mtdcr/homematic-mqtt-bridge
RUN pip3 install pyhomematic asyncio-mqtt && cd /opt && git clone https://github.com/mtdcr/homematic-mqtt-bridge

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently supported devices:

## Dependencies
* Python 3.7+
* [hbmqtt](https://pypi.org/project/hbmqtt/)
* [asyncio-mqtt](https://pypi.org/project/asyncio-mqtt/) >= 0.7.0
* [pyhomematic](https://pypi.org/project/pyhomematic/)

## How to use
Expand Down

0 comments on commit acd4702

Please sign in to comment.