We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ea14f commit 3b0868eCopy full SHA for 3b0868e
2 files changed
pyproject.toml
@@ -27,10 +27,10 @@ maintainers = [
27
]
28
requires-python = ">=3.13.0"
29
dependencies = [
30
- "pyserial-asyncio-fast",
31
"aiofiles",
32
"crcmod",
33
"semver",
+ "serialx",
34
35
36
[project.urls]
requirements_test.txt
@@ -4,7 +4,7 @@
4
pytest-asyncio
5
radon==6.0.1
6
types-python-dateutil
7
-pyserial-asyncio-fast
8
aiofiles
9
freezegun
10
pytest-cov
+serialx
0 commit comments