poetryPlugins.poetry-audit-plugin: unpin poetry

This commit is contained in:
Robert Schütz
2025-01-06 07:02:26 -08:00
parent 0a29203c56
commit da16b33bc9
@@ -23,15 +23,19 @@ buildPythonPackage rec {
hash = "sha256-kiNtzEup2ygCTk0zk8YV2jxAj6ZzOhP8v0U4FbV15hI=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
pythonRelaxDeps = [
"poetry"
];
buildInputs = [
poetry
];
propagatedBuildInputs = [
dependencies = [
safety
];