[ADD] poetry add pdfminer
This commit is contained in:
parent
53ea4012e7
commit
8de24245ac
3 changed files with 17 additions and 1 deletions
|
|
@ -4350,6 +4350,19 @@ files = [
|
|||
[package.dependencies]
|
||||
pillow = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pdfminer"
|
||||
version = "20191125"
|
||||
description = "PDF parser and analyzer"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "pdfminer-20191125.tar.gz", hash = "sha256:9e700bc731300ed5c8936343c1dd4529638184198e54e91dd2b59b64a755dc01"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pycryptodome = "*"
|
||||
|
||||
[[package]]
|
||||
name = "phonenumbers"
|
||||
version = "8.13.50"
|
||||
|
|
@ -8057,4 +8070,4 @@ bindings = ["ghostscript"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10.14"
|
||||
content-hash = "87b9b4598fc2cc74ea89bc3394016dda80c31ec9e19a97c0e0d934971df1b9a3"
|
||||
content-hash = "6628b50203788f5705d72bf91f39005f666f81d0960a60c4476f87dab9066163"
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ passlib = "1.7.4"
|
|||
pathspec = "^0.12.1"
|
||||
pay-ccavenue = "^1.0.0"
|
||||
pdf2image = "^1.17.0"
|
||||
pdfminer = "^20191125"
|
||||
phonenumbers = "^8.13.50"
|
||||
pillow = "9.0.1"
|
||||
plotly = "5.13.1"
|
||||
|
|
|
|||
|
|
@ -81,3 +81,5 @@ vonage-verify-v2==1.1.4
|
|||
# Fix poetry
|
||||
hubspot-api-client==10.0.0
|
||||
|
||||
# Optional Odoo
|
||||
pdfminer
|
||||
|
|
|
|||
Loading…
Reference in a new issue