gallia: relax msgspec constraint

This commit is contained in:
Fabian Affolter 2023-02-09 12:55:51 +01:00
parent 474be6bb29
commit bdf3a9e1cf

View file

@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-McHzHK404kDB992T2f84dZHDxujpPIz4qglYMmv3kTw=";
};
pythonRelaxDeps = [
"msgspec"
];
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [