gallia: relax httpx and msgspec

This commit is contained in:
Fabian Affolter
2025-03-05 08:48:29 +01:00
parent cdd87aa77e
commit d073485e69
+5 -1
View File
@@ -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 ];