Skip to content

Commit

Permalink
Bump `pyserial-asyncio dependency to 0.6 (fixes #88)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 25, 2021
1 parent b60f7c1 commit 913aed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
packages=find_packages(exclude=["tests", "tests.*"]),
python_requires=">=3.7",
install_requires=[
'pyserial-asyncio; platform_system!="Windows"',
'pyserial-asyncio!=0.5; platform_system=="Windows"', # 0.5 broke writes
"pyserial-asyncio>=0.6", # 0.5 is broken on Windows
"zigpy>=0.37.0",
"async_timeout",
"voluptuous",
Expand Down

0 comments on commit 913aed9

Please sign in to comment.