tartufo: relax cached-property

This commit is contained in:
Fabian Affolter 2024-11-26 11:49:48 +01:00
parent 73bf44ceb6
commit 8ddd87d8e1

View File

@ -16,7 +16,10 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-s7gqGvOnie7lGlpW3wfd8igWfowxwg9mftRjiHnvedc=";
};
pythonRelaxDeps = [ "tomlkit" ];
pythonRelaxDeps = [
"cached-property"
"tomlkit"
];
build-system = with python3.pkgs; [ poetry-core ];