mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 18:53:55 +02:00
deps: Adding html5lib for table parsing via Pandas
This commit is contained in:
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user