gallia: relax httpx constraint
This commit is contained in:
parent
224499b121
commit
8e08b46df9
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"httpx"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue