gallia: relax httpx and msgspec (#387224)

authored by Sandro and committed by GitHub 248e19dc a3cd526f

+5 -1
+5 -1
pkgs/by-name/ga/gallia/package.nix
··· 18 18 hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY="; 19 19 }; 20 20 21 - pythonRelaxDeps = [ "aiofiles" ]; 21 + pythonRelaxDeps = [ 22 + "aiofiles" 23 + "httpx" 24 + "msgspec" 25 + ]; 22 26 23 27 build-system = with python3.pkgs; [ poetry-core ]; 24 28