pretalx: relax cssutils & django-filter constraint

This commit is contained in:
Martin Weinelt 2024-04-07 13:05:16 +02:00
parent 6960589038
commit 0f248ad5db
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 0 deletions

View File

@ -85,7 +85,9 @@ python.pkgs.buildPythonApplication rec {
]);
pythonRelaxDeps = [
"cssutils"
"django-csp"
"django-filter"
"python-dateutil"
];