pretix: relax pypdf constraint

This commit is contained in:
Martin Weinelt
2024-07-23 21:41:56 +02:00
parent 0dc6b40136
commit 142ac6a97b
+1
View File
@@ -98,6 +98,7 @@ python.pkgs.buildPythonApplication rec {
--replace-fail "markdown==3.6" markdown \
--replace-fail "protobuf==5.27.*" protobuf \
--replace-fail "pycryptodome==3.20.*" pycryptodome \
--replace-fail "pypdf==4.2.*" pypdf \
--replace-fail "python-dateutil==2.9.*" python-dateutil \
--replace-fail "requests==2.31.*" "requests" \
--replace-fail "sentry-sdk==2.5.*" "sentry-sdk>=2" \