gallia: relax httpx constraint

This commit is contained in:
Martin Weinelt 2024-03-12 02:57:47 +01:00
parent 224499b121
commit 8e08b46df9

View file

@ -18,6 +18,11 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"httpx"
];
propagatedBuildInputs = with python3.pkgs; [