pretalx: relax djano-csp, python-dateutil constraint

This commit is contained in:
Martin Weinelt 2024-03-17 17:56:54 +01:00
parent 351dce2515
commit 1dda3f13c3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -78,6 +78,14 @@ python.pkgs.buildPythonApplication rec {
nativeBuildInputs = [
gettext
] ++ (with python.pkgs; [
pythonRelaxDepsHook
setuptools
]);
pythonRelaxDeps = [
"django-csp"
"python-dateutil"
];
propagatedBuildInputs = with python.pkgs; [