chore: Update dependencies to fix single-thread warning
Fixed single-threaded warning provided from the fitz pymupdf library since the issue does not exist for this new version anymore. Bump version along the way.
This commit is contained in:
parent
1ef9a91e55
commit
cd5f787220
3 changed files with 404 additions and 412 deletions
|
|
@ -4,7 +4,7 @@ from typing import Any, Optional
|
|||
|
||||
import Levenshtein
|
||||
import magic
|
||||
import fitz_new as fitz
|
||||
import fitz
|
||||
import papis.logging
|
||||
import papis.config
|
||||
import papis.document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue