Skip to content

Commit

Permalink
Add paho mqtt as a prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Feb 27, 2022
1 parent ee718fd commit 8de707f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

setup(
name="TheengsGateway",
version="0.1.0",
version="0.1.1",
description="A message decoder for the Internet of Things",
author="Theengs",
url="https://github.com/theengs/gateway",
license=" GPL-3.0 License",
license="GPL-3.0 License",
package_dir={"TheengsGateway": "TheengsGateway"},
packages=["TheengsGateway"],
setup_requires=setup_requires,
include_package_data=True,
install_requires=["bleak>=0.14.0"]
install_requires=['bleak>=0.14.0','paho-mqtt>=1.6.1']
)

0 comments on commit 8de707f

Please sign in to comment.