Commit 9894b0ce authored by Jamie Magee's avatar Jamie Magee
Browse files

python3Packages.pymodbus-repl: add tabulate to pythonRelaxDeps

parent 430ebc6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ buildPythonPackage rec {
  build-system = [ poetry-core ];

  pythonRelaxDeps = [
    "tabulate"
    "typer"
  ];