deps: Adding html5lib for table parsing via Pandas

This commit is contained in:
TrisNol 2023-10-21 11:22:34 +02:00
parent 801f945c59
commit 3b1f0425cf
2 changed files with 4 additions and 3 deletions

4
poetry.lock generated
View File

@ -7361,11 +7361,11 @@ test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[extras]
ingest = ["deutschland", "selenium", "xmltodict"]
ingest = ["deutschland", "html5lib", "selenium", "xmltodict"]
transformation = ["spacy", "spacy-sentiws", "torch", "torchaudio", "torchvision", "transformers"]
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "networkx", "seaborn"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.13"
content-hash = "0fb643247c09a91aeef5aae1286426f9296688dadff30f5a4a6085c3abe5399e"
content-hash = "5ca44ede811dc417faeda6b976c032682be7b4edadc16fc6c81e2ffe3dc4f946"

View File

@ -81,9 +81,10 @@ torchvision = {version = "*", source = "torch-cpu"}
tqdm = "^4.66.1"
transformers = {version = "*", extras = ["torch"]}
xmltodict = "^0.13.0"
html5lib = "^1.1"
[tool.poetry.extras]
ingest = ["selenium", "deutschland", "xmltodict"]
ingest = ["selenium", "deutschland", "xmltodict", "html5lib"]
transformation = ["torch", "torchaudio", "torchvision", "transformers", "spacy-sentiws", "spacy"]
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn", "networkx"]