Skip to content

Commit

Permalink
Add mqtt support.
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Nov 27, 2021
1 parent 0680238 commit aef9c4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.8.0a12: Use new MQTT backend
0.8.0a11: Add random user agent support.
0.8.0a10: Don't request resources for Wirefree doorbells.
0.8.0a9: Support IMAP port.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ click
pycryptodome
unidecode
cloudscraper>=1.2.58
paho-mqtt
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
setup(

name='pyaarlo',
version='0.8.0a11',
version='0.8.0a12',
packages=['pyaarlo'],

python_requires='>=3.6',
Expand All @@ -20,7 +20,8 @@ def readme():
'click',
'pycryptodome',
'unidecode',
'cloudscraper>=1.2.58'
'cloudscraper>=1.2.58',
'paho-mqtt'
],

author='Steve Herrell',
Expand Down

0 comments on commit aef9c4e

Please sign in to comment.