Update from PyPDF2 to pypdf

This commit is contained in:
Raphael Michel
2023-02-06 10:09:30 +01:00
parent 84fb481cdb
commit 90978e5cab
8 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ from django.http import HttpRequest
from django.template.loader import get_template
from django.utils.functional import cached_property
from django.utils.translation import gettext_lazy as _
from PyPDF2 import PdfMerger
from pypdf import PdfMerger
from pretix.base.i18n import language
from pretix.base.models import Order, OrderPosition