Commit 3568a52d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

yaralyzer: relax python-dotenv constraint

parent 29389b42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
  };

  pythonRelaxDeps = [
    "python-dotenv"
    "rich"
  ];