Skip to content

Commit

Permalink
fixed requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmdelta committed Apr 12, 2024
1 parent 48f0b42 commit ca6ec43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
author="Chris Ioannidis",
author_email="chris.ioannidis23@imperial.ac.uk",
packages=["bambulabs_api"],
requires=["paho-mqtt"],
install_requires=[
"paho-mqtt",
],
)

0 comments on commit ca6ec43

Please sign in to comment.