Update dependencies in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-26 10:09:36 -03:00
commit 2d426301a1
2 changed files with 435 additions and 501 deletions

933
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -44,9 +44,7 @@ huggingface-hub = { version = "^0.20.0", extras = ["inference"] }
rich = "^13.7.0"
llama-cpp-python = { version = "~0.2.0", optional = true }
networkx = "^3.1"
unstructured = "^0.12.0"
pypdf = "^4.0.0"
lxml = "^4.9.2"
pysrt = "^1.1.2"
fake-useragent = "^1.4.0"
docstring-parser = "^0.15"
@ -107,6 +105,7 @@ pytube = "^15.0.0"
python-socketio = "^5.11.0"
llama-index = "0.9.48"
langchain-openai = "^0.0.6"
unstructured = "^0.12.4"
[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.23.1"