fixed sqlAlchemy and db connection

Co-authored-by: Tristan Nolde <TrisNol@users.noreply.github.com>
This commit is contained in:
Tim
2023-08-14 20:59:30 +02:00
parent 7420e744a5
commit ea7c955533
7 changed files with 253 additions and 241 deletions

View File

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