mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 15:35:24 +02:00
add wake-lock support and toggle support (#1006)
* add wake-lock support and toggle support * add note in change-log * bump dependencies * update discord webhooks
This commit is contained in:
parent
1ffd668033
commit
faf88ff820
6 changed files with 74 additions and 21 deletions
|
@ -13,7 +13,7 @@ python = "^3.10"
|
|||
aiofiles = "0.5.0"
|
||||
aniso8601 = "7.0.0"
|
||||
appdirs = "1.4.4"
|
||||
fastapi = "^0.71.0"
|
||||
fastapi = "^0.74.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.13.0"}
|
||||
APScheduler = "^3.8.1"
|
||||
SQLAlchemy = "^1.4.29"
|
||||
|
@ -25,7 +25,7 @@ requests = "^2.25.1"
|
|||
PyYAML = "^5.3.1"
|
||||
extruct = "^0.13.0"
|
||||
python-multipart = "^0.0.5"
|
||||
fastapi-camelcase = "^1.0.2"
|
||||
fastapi-camelcase = "^1.0.5"
|
||||
bcrypt = "^3.2.0"
|
||||
python-jose = "^3.3.0"
|
||||
passlib = "^1.7.4"
|
||||
|
@ -33,7 +33,7 @@ lxml = "^4.7.1"
|
|||
Pillow = "^8.2.0"
|
||||
pathvalidate = "^2.4.1"
|
||||
apprise = "^0.9.6"
|
||||
recipe-scrapers = "^13.5.0"
|
||||
recipe-scrapers = "^13.18.1"
|
||||
psycopg2-binary = {version = "^2.9.1", optional = true}
|
||||
gunicorn = "^20.1.0"
|
||||
emails = "^0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue