mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 06:55:24 +02:00
fix: Omni Container /docs Proxy and PyYaml dependency (#2457)
* upgrade pyyaml to ^6.0.1 * add proxy routes for docs
This commit is contained in:
parent
0f896107f9
commit
c86406e027
3 changed files with 61 additions and 163 deletions
|
@ -11,7 +11,7 @@ start = "mealie.app:main"
|
|||
[tool.poetry.dependencies]
|
||||
Jinja2 = "^3.1.2"
|
||||
Pillow = "^9.2.0"
|
||||
PyYAML = "^5.3.1"
|
||||
PyYAML = "^6.0.1"
|
||||
SQLAlchemy = "^2"
|
||||
aiofiles = "^23.0.0"
|
||||
alembic = "^1.7.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue