Add html2text package

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-27 16:06:31 -03:00
commit 9c029424ab
2 changed files with 12 additions and 1 deletions

12
poetry.lock generated
View file

@ -2950,6 +2950,16 @@ files = [
{file = "hpack-4.0.0.tar.gz", hash = "sha256:fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095"},
]
[[package]]
name = "html2text"
version = "2024.2.26"
description = "Turn HTML into equivalent Markdown-structured text."
optional = false
python-versions = ">=3.8"
files = [
{file = "html2text-2024.2.26.tar.gz", hash = "sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32"},
]
[[package]]
name = "httpcore"
version = "1.0.4"
@ -10189,4 +10199,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.12"
content-hash = "f5a9ece79b43c4c1a418b25968c258f8e86d3335559993b7650b01505f0ad5a3"
content-hash = "bbdd60e5b07fe4ad4759dc69ddcf83fdedf133825835e03b74c50018da803c6b"

View file

@ -80,6 +80,7 @@ langchain-openai = "^0.0.5"
unstructured = { extras = ["md"], version = "^0.12.4" }
dspy-ai = "^2.4.0"
crewai = "^0.22.5"
html2text = "^2024.2.26"
[tool.poetry.group.dev.dependencies]
types-redis = "^4.6.0.5"