mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
parent
cd0da36e7c
commit
8235bd5104
1
.github/workflows/backend-tests.yml
vendored
1
.github/workflows/backend-tests.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
||||
#----------------------------------------------
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
|
||||
poetry install
|
||||
poetry add "psycopg2-binary==2.8.6"
|
||||
|
@ -274,7 +274,7 @@ export default defineComponent({
|
||||
watch(props.value, (v) => {
|
||||
state.disabledSteps = [];
|
||||
|
||||
v.forEach((element) => {
|
||||
v.forEach((element: RecipeStep) => {
|
||||
if (element.id !== undefined) {
|
||||
showTitleEditor.value[element.id] = validateTitle(element.title);
|
||||
}
|
||||
|
3592
frontend/yarn.lock
3592
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
970
poetry.lock
generated
970
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,11 +13,11 @@ python = "^3.10"
|
||||
aiofiles = "0.5.0"
|
||||
aniso8601 = "7.0.0"
|
||||
appdirs = "1.4.4"
|
||||
fastapi = "^0.75.1"
|
||||
fastapi = "^0.78.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.13.0"}
|
||||
SQLAlchemy = "^1.4.29"
|
||||
alembic = "^1.7.5"
|
||||
Jinja2 = "^2.11.2"
|
||||
Jinja2 = "^3.1.2"
|
||||
python-dotenv = "^0.15.0"
|
||||
python-slugify = "^4.0.1"
|
||||
requests = "^2.25.1"
|
||||
@ -30,7 +30,7 @@ passlib = "^1.7.4"
|
||||
lxml = "^4.7.1"
|
||||
Pillow = "^8.2.0"
|
||||
apprise = "^0.9.6"
|
||||
recipe-scrapers = "^13.28.0"
|
||||
recipe-scrapers = "^13.33.0"
|
||||
psycopg2-binary = {version = "^2.9.1", optional = true}
|
||||
gunicorn = "^20.1.0"
|
||||
emails = "^0.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user