6 python3.pkgs.buildPythonApplication rec {
11 inherit pname version;
12 sha256 = "sha256-ePvT2icsgv+io5aDDUr1Zhfodm4wlqh/iqXtNkFhS10=";
15 propagatedBuildInputs = with python3.pkgs; [
16 six click requests requests-hawk pytz tabulate
21 disabled = python3.pythonOlder "3.6";
24 homepage = "https://alerta.io";
25 description = "Alerta Monitoring System command-line interface";
26 mainProgram = "alerta";
27 license = licenses.asl20;