refactor: implement email with stdlib and drop email dependency (#1746)

* implement email with stdlib and drop dependency

* potentially provide in logs
This commit is contained in:
Hayden
2022-10-21 19:12:27 -08:00
committed by GitHub
parent d53e78317d
commit 0bb1b6500f
3 changed files with 71 additions and 115 deletions

View File

@@ -33,7 +33,6 @@ apprise = "^0.9.6"
recipe-scrapers = "^14.20.0"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
emails = "^0.6"
python-ldap = "^3.3.1"
pydantic = "^1.10.2"
tzdata = "^2021.5"