python3Packages.pymodbus-repl: add tabulate to pythonRelaxDeps

This commit is contained in:
Jamie Magee
2026-03-22 13:49:27 -07:00
parent 430ebc6c07
commit 9894b0ce50
@@ -30,6 +30,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [
"tabulate"
"typer"
];