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

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"]