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
|
||||
|
|
812
poetry.lock
generated
812
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "papis-extract"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue