1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"