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:
parent
d53e78317d
commit
0bb1b6500f
3 changed files with 71 additions and 115 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue