Skip to content

Commit

Permalink
Fix: Switch pymodbus version to forked github repository (in toml file).
Browse files Browse the repository at this point in the history
  • Loading branch information
kratochvil01 committed Jun 18, 2024
1 parent fcd99c4 commit 96cb8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]

dependencies = [
'pymodbus == 3.5.4',
'pymodbus@git+https://github.com/martyy665/pymodbus@fix-tid-overflow',
'pyserial == 3.5',
'tornado == 6.3.3',
'jsonschema == 2.6.0',
Expand Down

0 comments on commit 96cb8e1

Please sign in to comment.