Unverified Commit 37bc7de8 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents f8641925 9894b0ce
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"
  ];