python3Packages.pymodbus-repl: add tabulate to pythonRelaxDeps (#502304)

This commit is contained in:
Sandro
2026-03-24 15:39:47 +00:00
committed by GitHub
@@ -30,6 +30,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [
"tabulate"
"typer"
];