Skip to content

Commit

Permalink
fix jinja dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Sep 16, 2024
1 parent 9d257bd commit ef46db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from tiangolo/uvicorn-gunicorn-fastapi
FROM tiangolo/uvicorn-gunicorn-fastapi
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y openscad make fonts-open-sans
ADD . /case
RUN pip3 install -e /case/customizer/
Expand Down
2 changes: 1 addition & 1 deletion customizer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"aiofiles",
"fastapi",
"python-multipart",
"Jinja2<3.1",
"jinja2",
"pyyaml",
"pydantic",
"sse_starlette",
Expand Down

0 comments on commit ef46db9

Please sign in to comment.