{ python3 }: with python3.pkgs; buildPythonPackage rec { name = "tsplot"; src = ./.; propagatedBuildInputs = [ pyyaml pandas dash ]; buildInputs = []; doCheck = false; shellHook = ""; }