{ python }: with python.pkgs; buildPythonPackage rec { name = "mqtt-dash"; src = ./.; propagatedBuildInputs = [ flask ]; }