Skip to content

Commit 8e1707e

Browse files
committed
Use pyserial-asyncio-fast.
Followup to: 0363c7f
1 parent dfe638c commit 8e1707e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Home Automation",
2525
]
2626
dependencies = [
27-
"pyserial-asyncio==0.6"
27+
"pyserial-asyncio-fast==0.16"
2828
]
2929
dynamic = ["version"]
3030

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyserial-asyncio==0.6
1+
pyserial-asyncio-fast==0.16

0 commit comments

Comments
 (0)