Skip to content

Commit 8c3317f

Browse files
committed
fix: add jinja2 to core dependencies to fix service.app import failure
1 parent 4eadb5d commit 8c3317f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"scikit-image>=0.19.0",
2222
"fastapi>=0.104.0",
2323
"uvicorn[standard]>=0.24.0",
24+
"jinja2>=3.1.0",
2425
"pyyaml>=6.0",
2526
"requests>=2.28.0",
2627
]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ opencv-python>=4.8.0
1010
# Web API & Service
1111
fastapi>=0.104.0
1212
uvicorn[standard]>=0.24.0
13+
jinja2>=3.1.0
1314
python-multipart>=0.0.6
1415
pydantic>=2.0.0
1516
requests>=2.28.0

0 commit comments

Comments
 (0)