Skip to content

Commit 6bcd7f4

Browse files
committed
Bump `pyserial-asyncio dependency to 0.6 (fixes #88)
1 parent b60f7c1 commit 6bcd7f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
packages=find_packages(exclude=["tests", "tests.*"]),
2020
python_requires=">=3.7",
2121
install_requires=[
22-
'pyserial-asyncio; platform_system!="Windows"',
23-
'pyserial-asyncio!=0.5; platform_system=="Windows"', # 0.5 broke writes
22+
"pyserial-asyncio>=0.6", # 0.5 is broken on Windows
2423
"zigpy>=0.37.0",
2524
"async_timeout",
2625
"voluptuous",

0 commit comments

Comments
 (0)