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"