Skip to content

Commit 4a369af

Browse files
committed
Revert the pyserial-asyncio version requirement in 6bcd7f4
1 parent ec7b182 commit 4a369af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ license = GPL-3.0
1313
packages = find:
1414
python_requires = >=3.7
1515
install_requires =
16-
pyserial-asyncio>=0.6
16+
pyserial-asyncio; platform_system!="Windows"
17+
pyserial-asyncio!=0.5; platform_system=="Windows" # 0.5 broke writes
1718
zigpy>=0.40.0
1819
async_timeout
1920
voluptuous

0 commit comments

Comments
 (0)