python313Packages.badsecrets: relax django

This commit is contained in:
Fabian Affolter
2026-01-19 21:20:22 +01:00
parent eb0f1e7079
commit 93bbee7df9
@@ -25,6 +25,11 @@ buildPythonPackage rec {
hash = "sha256-Yvd9AGbVDOfXep8y+XzwYP2EpTvy+rwyz5hRIe7v4oc=";
};
pythonRelaxDeps = [
"django"
"viewstate"
];
build-system = [
poetry-core
poetry-dynamic-versioning
@@ -40,8 +45,6 @@ buildPythonPackage rec {
viewstate
];
pythonRelaxDeps = [ "viewstate" ];
pythonImportsCheck = [ "badsecrets" ];
meta = {