Skip to content

Commit

Permalink
1. Migrate to pypdf main project 2. Upgrade Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdef committed Oct 23, 2023
1 parent d2a2319 commit c4eaeb3
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion lib2opds/publication.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from defusedxml.ElementTree import fromstring
from PIL import Image
from PyPDF2 import PdfReader
from pypdf import PdfReader

from lib2opds.config import Config

Expand Down
128 changes: 64 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.11"
jinja2 = "^3.1.2"
defusedxml = "^0.7.1"
pillow = "^10.0.1"
pypdf2 = "^3.0.1"
pypdf = "^3.16.4"


[build-system]
Expand Down

0 comments on commit c4eaeb3

Please sign in to comment.