pretalx: relax django-filter constraint

This commit is contained in:
Martin Weinelt 2024-03-27 06:22:23 +01:00
parent afb3a23307
commit 107e42fe1a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"django-csp"
"django-filter"
"python-dateutil"
];