feat(config): Read secrets from .env file and environemnt variables

This commit is contained in:
TrisNol
2023-09-09 17:59:30 +02:00
parent 2cd8def200
commit 0f6ea8a1ec
5 changed files with 133 additions and 3 deletions

View File

@@ -45,11 +45,12 @@ plotly = "^5.14.1"
psycopg2-binary = "^2.9.7"
pymongo = "^4.4.1"
python = "^3.11"
# TODO Add dependent libraries (i.e., deutshcland, plotly, etc)
python-dotenv = "^1.0.0"
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"]