Commit b022bc7d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.pysolcast: relax responses

parent 5614bd58
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, requests
, responses
, poetry-core
, pythonRelaxDepsHook
}:

buildPythonPackage rec {
@@ -25,8 +26,13 @@ buildPythonPackage rec {
    hash = "sha256-jLhM47o6LvkPux0kusOrRk4TDS6VLWE0QMEiQxlBCwo=";
  };

  pythonRelaxDeps = [
    "responses"
  ];

  nativeBuildInputs = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [