dependencies fix

This commit is contained in:
Alexander Karpov 2023-09-08 23:52:39 +03:00
parent 58d2efa707
commit 1da26e26a9
2 changed files with 5 additions and 4 deletions

8
poetry.lock generated
View File

@ -1099,14 +1099,14 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
[[package]]
name = "extract-msg"
version = "0.29.0"
version = "0.28.7"
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "extract_msg-0.29.0-py2.py3-none-any.whl", hash = "sha256:a8885dc385d0c88c4b87fb2a573727c0115cd2ef5157956cf183878f940eef28"},
{file = "extract_msg-0.29.0.tar.gz", hash = "sha256:ae6ce5f78fddb582350cb49bbf2776eadecdbf3c74b7a305dced42bd187a5401"},
{file = "extract_msg-0.28.7-py2.py3-none-any.whl", hash = "sha256:6ad2702bef86e6c1b8505e2993c7f3d37a1f3d140903138ee2df4a299dd2a29c"},
{file = "extract_msg-0.28.7.tar.gz", hash = "sha256:7ebdbd7863a3699080a69f71ec0cd30ed9bfee70bad9acc6a8e6abe9523c78c0"},
]
[package.dependencies]
@ -3353,4 +3353,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "fa7686c29a2d587dbafb35cec00bf4da4424047410560854cec79f904dc9de97"
content-hash = "de73cb72484ac6ccfa95a24faa3cc924ed5600e24c08deb961ad9e513b452916"

View File

@ -50,6 +50,7 @@ sentry-sdk = "^1.12.0"
textract = "^1.6.5"
pytesseract = "^0.3.10"
openpyxl = "^3.1.2"
extract-msg = "0.28.7"
[build-system]