checkpoint(db): Refactor mongo utils, extract postgres entities from Juptyer

This commit is contained in:
TrisNol
2023-08-11 15:12:18 +02:00
parent d493fd0978
commit d565770b99
19 changed files with 866 additions and 441 deletions

View File

@@ -27,9 +27,11 @@ readme = "README.md"
version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = "^2.0.19"
loguru = "^0.7.0"
matplotlib = "^3.7.1"
plotly = "^5.14.1"
psycopg2 = "^2.9.7"
pymongo = "^4.4.1"
python = "^3.11"
seaborn = "^0.12.2"