Skip to content

Commit b271b7d

Browse files
committed
chore(CI): Add pyserial to pyproject
Signed-off-by: Bobo Bäck Engström <bobo@id8-engineering.io>
1 parent 9460c6d commit b271b7d

2 files changed

Lines changed: 171 additions & 157 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ authors = [
88
]
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"pymodbus>=3.11"
11+
"pymodbus>=3.11",
12+
"pyserial>=3.5"
1213
]
1314
license = "MIT"
1415

0 commit comments

Comments
 (0)