Unverified Commit 248e19dc authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gallia: relax httpx and msgspec (#387224)

parents a3cd526f d073485e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -18,7 +18,11 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY=";
  };

  pythonRelaxDeps = [ "aiofiles" ];
  pythonRelaxDeps = [
    "aiofiles"
    "httpx"
    "msgspec"
  ];

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