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

@@ -39,7 +39,7 @@ from io import BytesIO
import pytest
from django.utils.timezone import now
from django_scopes import scope
from PyPDF2 import PdfReader
from pypdf import PdfReader
from pretix.base.models import (
Event, Item, ItemVariation, Order, OrderPosition, Organizer,

View File

@@ -26,7 +26,7 @@ from io import BytesIO
import pytest
from django.utils.timezone import now
from django_scopes import scope
from PyPDF2 import PdfReader
from pypdf import PdfReader
from pretix.base.models import (
Event, Item, ItemVariation, Order, OrderPosition, Organizer,