improve financial fetch, bind financial KPIs to enum

This commit is contained in:
TrisNol
2023-08-29 17:10:42 +02:00
parent d1c09d51a2
commit ac07bd8e8e
4 changed files with 73 additions and 30 deletions

View File

@ -48,6 +48,10 @@ seaborn = "^0.12.2"
selenium = "^4.10.0"
tqdm = "^4.65.0"
# TODO Add dependent libraries (i.e., deutshcland, plotly, etc)
[tool.poetry.extras]
ingest = ["selenium"]
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.3.0"}
jupyterlab = "^4.0.0"
@ -85,6 +89,10 @@ pytest-cov = "^4.1.0"
pytest-mock = "^3.10.0"
pytest-repeat = "^0.9.1"
# TODO Add enrich_company_financials hinzufügen
[tool.poetry.scripts]
mein_test = "aki_prj23_transparenzregister.utils.postgres.connector:init_db"
[tool.ruff]
exclude = [
".bzr",