Skip to content

Commit

Permalink
Merge 641792c into a4125c6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedda committed Dec 8, 2020
2 parents a4125c6 + 641792c commit 271dd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
author_email="rcloran@gmail.com",
license="GPL-3.0",
packages=find_packages(exclude=["*.tests"]),
install_requires=["pyserial-asyncio", "zigpy>= 0.23.0"],
install_requires=["pyserial-asyncio", "pyusb>=1.1.0", "zigpy>= 0.23.0"],
tests_require=["pytest"],
)

0 comments on commit 271dd2e

Please sign in to comment.