Skip to content

Commit acfc567

Browse files
Fix #2069 use released repl from pypi (#2077)
Co-authored-by: jan iversen <[email protected]>
1 parent 65a6b9b commit acfc567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serial = [
4747
"pyserial>=3.5"
4848
]
4949
repl = [
50-
"pymodbus-repl@git+https://github.com/pymodbus-dev/repl"
50+
"pymodbus-repl>=2.0.3"
5151
]
5252

5353
simulator = [

0 commit comments

Comments
 (0)