Skip to content

Commit

Permalink
Replace pyserial-asyncio with pyserial-asyncio-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooggiieerr committed May 21, 2024
1 parent e7c5c2f commit f7f9d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
]
dependencies = [
"pyserial>=3.5",
"pyserial_asyncio>=0.6"
"pyserial-asyncio-fast>=0.11"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion xyscreens/xyscreens.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from typing import Any, Tuple

import serial
import serial_asyncio
import serial_asyncio_fast as serial_asyncio

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f7f9d67

Please sign in to comment.