mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 16:52:34 +02:00
deps: Adding html5lib for table parsing via Pandas
This commit is contained in:
parent
801f945c59
commit
3b1f0425cf
4
poetry.lock
generated
4
poetry.lock
generated
@ -7361,11 +7361,11 @@ test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||||||
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
ingest = ["deutschland", "selenium", "xmltodict"]
|
ingest = ["deutschland", "html5lib", "selenium", "xmltodict"]
|
||||||
transformation = ["spacy", "spacy-sentiws", "torch", "torchaudio", "torchvision", "transformers"]
|
transformation = ["spacy", "spacy-sentiws", "torch", "torchaudio", "torchvision", "transformers"]
|
||||||
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "networkx", "seaborn"]
|
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "networkx", "seaborn"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.11,<3.13"
|
python-versions = ">=3.11,<3.13"
|
||||||
content-hash = "0fb643247c09a91aeef5aae1286426f9296688dadff30f5a4a6085c3abe5399e"
|
content-hash = "5ca44ede811dc417faeda6b976c032682be7b4edadc16fc6c81e2ffe3dc4f946"
|
||||||
|
@ -81,9 +81,10 @@ torchvision = {version = "*", source = "torch-cpu"}
|
|||||||
tqdm = "^4.66.1"
|
tqdm = "^4.66.1"
|
||||||
transformers = {version = "*", extras = ["torch"]}
|
transformers = {version = "*", extras = ["torch"]}
|
||||||
xmltodict = "^0.13.0"
|
xmltodict = "^0.13.0"
|
||||||
|
html5lib = "^1.1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
ingest = ["selenium", "deutschland", "xmltodict"]
|
ingest = ["selenium", "deutschland", "xmltodict", "html5lib"]
|
||||||
transformation = ["torch", "torchaudio", "torchvision", "transformers", "spacy-sentiws", "spacy"]
|
transformation = ["torch", "torchaudio", "torchvision", "transformers", "spacy-sentiws", "spacy"]
|
||||||
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn", "networkx"]
|
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn", "networkx"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user