Skip to content

Commit

Permalink
Constrain websockets version
Browse files Browse the repository at this point in the history
  • Loading branch information
agmangas committed May 5, 2021
1 parent 9ce49a5 commit aebc8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

if is_mqtt_supported():
install_requires.append('hbmqtt>=0.9.4,<1.0')
install_requires.append('websockets>=8.0,<9.0')

if is_dnssd_supported():
install_requires.append('zeroconf>=0.21.3,<0.22.0')
Expand Down

0 comments on commit aebc8a5

Please sign in to comment.