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

@ -217,8 +217,6 @@ single_line_exclusions = typing
[mypy]
cache_dir = .cache/mypy
[mypy-dotenv]
ignore_missing_imports = true
[mypy-nox.*]
ignore_missing_imports = true
[mypy-packaging]