Unverified Commit ef5574cd authored by Martin Weinelt's avatar Martin Weinelt
Browse files

offat: relax tenacity constraint

parent 8ec577c8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ python3.pkgs.buildPythonApplication rec {

  sourceRoot = "${src.name}/src";

  pythonRelaxDeps = [ "setuptools" ];
  pythonRelaxDeps = [
    "setuptools"
    "tenacity"
  ];

  build-system = with python3.pkgs; [ poetry-core ];