mitmproxy2swagger: relax ruamel.yamel constraint

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:37 +01:00
parent 63bd81a996
commit fec3a0aa74
@@ -17,6 +17,11 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"ruamel.yaml"
];
propagatedBuildInputs = with python3.pkgs; [