Feature/additional stammdaten (#132)

Feature/additional stammdaten
This commit is contained in:
Tristan Nolde
2023-09-24 15:31:17 +02:00
committed by GitHub
20 changed files with 1800 additions and 149 deletions

View File

@@ -36,6 +36,7 @@ version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = {version = "^1.4.49", extras = ["mypy"]}
aenum = "^3.1.15"
cachetools = "^5.3.1"
dash = "^2.13.0"
dash-bootstrap-components = "^1.5.0"
@@ -50,6 +51,7 @@ python-dotenv = "^1.0.0"
seaborn = "^0.12.2"
selenium = "^4.12.0"
tqdm = "^4.66.1"
xmltodict = "^0.13.0"
[tool.poetry.extras]
ingest = ["selenium"]