Skip to content

Commit 3b0868e

Browse files
committed
Migrate to serialx
1 parent 63ea14f commit 3b0868e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ maintainers = [
2727
]
2828
requires-python = ">=3.13.0"
2929
dependencies = [
30-
"pyserial-asyncio-fast",
3130
"aiofiles",
3231
"crcmod",
3332
"semver",
33+
"serialx",
3434
]
3535

3636
[project.urls]

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest-asyncio
55
radon==6.0.1
66
types-python-dateutil
7-
pyserial-asyncio-fast
87
aiofiles
98
freezegun
109
pytest-cov
10+
serialx

0 commit comments

Comments
 (0)