pretix: relax django-filter constraint

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

View File

@ -94,6 +94,7 @@ python.pkgs.buildPythonApplication rec {
--replace-fail psycopg2-binary psycopg2 \
--replace-fail vat_moss_forked==2020.3.20.0.11.0 vat-moss \
--replace-fail "bleach==5.0.*" bleach \
--replace-fail "django-filter==23.5" django-filter \
--replace-fail "dnspython==2.5.*" dnspython \
--replace-fail "importlib_metadata==7.*" importlib_metadata \
--replace-fail "protobuf==4.25.*" protobuf \
@ -107,7 +108,6 @@ python.pkgs.buildPythonApplication rec {
build-system = with python.pkgs; [
gettext
nodejs
pythonRelaxDepsHook
setuptools
tomli
];