Skip to content

Commit ef274fe

Browse files
committed
fix: add missing dependencies
1 parent 77e8b03 commit ef274fe

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

backend/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"fastapi-slim>=0.111.1",
2121
"uvicorn>=0.30.3",
2222
"python-multipart>=0.0.9",
23+
"jinja2>=3.1.4",
2324
]
2425
requires-python = ">= 3.8"
2526

backend/requirements-dev.lock

+3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ idna==3.7
6363
# via requests
6464
iniconfig==2.0.0
6565
# via pytest
66+
jinja2==3.1.4
6667
lxml==5.2.2
68+
markupsafe==2.1.5
69+
# via jinja2
6770
mypy-extensions==1.0.0
6871
# via black
6972
nodeenv==1.9.1

backend/requirements.lock

+3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ idna==3.7
5151
# via anyio
5252
# via httpx
5353
# via requests
54+
jinja2==3.1.4
5455
lxml==5.2.2
56+
markupsafe==2.1.5
57+
# via jinja2
5558
openai==1.37.0
5659
packaging==24.1
5760
# via qbittorrent-api

0 commit comments

Comments
 (0)