Remove python-dotenv from the dependencies

zsh-dotenv automatically loads the environment variables upon entering
the project's root.
This commit is contained in:
Alexander Hess 2020-12-14 14:26:12 +01:00
commit 9ee9c04a69
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 1 additions and 24 deletions

View file

@ -31,7 +31,6 @@ python = "^3.8"
alembic = "^1.4.2"
click = "^7.1.2"
psycopg2 = "^2.8.5" # adapter for PostgreSQL
python-dotenv = "^0.14.0"
sqlalchemy = "^1.3.18"
# Jupyter Lab => notebooks with analyses using the developed package