54 get data from multiple tables postgres (#72)

Create first dash board including header, basic company information and
finance plot

---------

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
KM-R
2023-09-03 16:18:19 +02:00
committed by GitHub
parent 011184b898
commit 80faf57c77
7 changed files with 485 additions and 23 deletions

View File

@ -37,6 +37,7 @@ version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = {version = "^1.4.46", extras = ["mypy"]}
dash = "^2.11.1"
dash-bootstrap-components = "^1.4.2"
loguru = "^0.7.0"
matplotlib = "^3.7.1"
plotly = "^5.14.1"