Commit 50b46755 authored by Sigmanificient's avatar Sigmanificient
Browse files

alerta: remove uneeded six dependency

parent 8b132f47
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
  build-system = with python3.pkgs; [ setuptools ];

  dependencies = with python3.pkgs; [
    six
    click
    requests
    requests-hawk