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

gallia: relax httpx and msgspec

parent cdd87aa7
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 ];