From 2c8805e12f68921c42d1f946f9a2493b2703ebdf Mon Sep 17 00:00:00 2001 From: TrisNol Date: Sat, 9 Sep 2023 18:22:20 +0200 Subject: [PATCH] checkpoint: Implement PR feedback --- README.md | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5347f6a..1e5e308 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Create a `secrets.json` in the root of this repo with the following structure (v ``` Alternatively, the secrets can be provided as environment variables. One option to do so is to add a `.env` file with the following layout: -```js +```ini PYTHON_POSTGRES_USERNAME=postgres PYTHON_POSTGRES_PASSWORD=postgres PYTHON_POSTGRES_HOST=localhost diff --git a/pyproject.toml b/pyproject.toml index 39b624c..9c0368d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ 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"