mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 22:23:55 +02:00
improve financial fetch, bind financial KPIs to enum
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user