Skip to content

Commit

Permalink
Merge a35f1bc into a4125c6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedda committed Dec 11, 2020
2 parents a4125c6 + a35f1bc commit 63e2e96
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==3.5", "pyserial-asyncio==0.5", "zigpy>= 0.23.0"],
tests_require=["pytest"],
)

0 comments on commit 63e2e96

Please sign in to comment.