python313Packages.django-prometheus: allow newer django versions

This commit is contained in:
Sandro Jäckel
2026-04-07 17:14:26 +02:00
parent 36ea75a277
commit 0303aabc1a
@@ -28,6 +28,10 @@ buildPythonPackage rec {
--replace-fail '"pytest-runner"' ""
'';
pythonRelaxDeps = [
"django"
];
build-system = [ setuptools ];
dependencies = [ prometheus-client ];