Skip to content

Commit 8e7b1ff

Browse files
authored
Merge pull request #28 from id8-engineering/dependency_pyproject
Dependency pyproject
2 parents 951badb + 9c72467 commit 8e7b1ff

2 files changed

Lines changed: 170 additions & 157 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"pymodbus>=3.11"
11+
"pymodbus[serial]>=3.11"
1212
]
1313
license = "MIT"
1414

0 commit comments

Comments
 (0)