python313Packages.safety: relax filelock and psutil constraints

This commit is contained in:
Martin Weinelt
2025-03-11 13:18:31 +01:00
parent 5f8071e7f3
commit 2a90c5effb
@@ -52,7 +52,9 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [
"filelock"
"pydantic"
"psutil"
];
dependencies = [