Remove python-dotenv from the dependencies
zsh-dotenv automatically loads the environment variables upon entering the project's root.
This commit is contained in:
parent
570cb0112e
commit
9ee9c04a69
4 changed files with 1 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue