Add pymupdf/fitz dependency

This commit is contained in:
Leo Vasanko 2023-11-18 15:21:11 -08:00
parent 115f3e20d0
commit bb2448dc24

View File

@ -24,6 +24,7 @@ dependencies = [
"pathvalidate", "pathvalidate",
"pillow", "pillow",
"pyjwt", "pyjwt",
"pymupdf",
"sanic", "sanic",
"stream-zip", "stream-zip",
"tomli_w", "tomli_w",