1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 07:58:26 +02:00

Update dependencies to those on Debian Bookworm

This commit is contained in:
Emmy D'Anello
2023-02-19 18:53:04 +01:00
parent 0e7be7e27c
commit e17273391d
3 changed files with 29 additions and 27 deletions

View File

@ -13,7 +13,8 @@ from django.core.exceptions import ValidationError
from django.core.validators import FileExtensionValidator
from django.utils import formats
from django.utils.translation import gettext_lazy as _
from PyPDF3 import PdfFileReader
from pypdf import PdfFileReader
from registration.models import VolunteerRegistration
from .models import Note, Participation, Passage, Pool, Solution, Synthesis, Team, Tournament