Skip to content

Commit

Permalink
chore(api) : Fix requirements to include jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Aug 14, 2024
1 parent c1d004d commit 92208de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,14 @@ idna==3.7
# requests
inflate64==1.0.0
# via py7zr
jinja2==3.1.4
# via data-inclusion-api (setup.py)
mako==1.3.3
# via alembic
markupsafe==2.1.5
# via mako
# via
# jinja2
# mako
minio==7.2.5
# via data-inclusion-api (setup.py)
multivolumefile==0.2.3
Expand Down
1 change: 1 addition & 0 deletions api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"GeoAlchemy2",
"gunicorn",
"httpx",
"jinja2",
"minio",
"numpy",
"pandas",
Expand Down

0 comments on commit 92208de

Please sign in to comment.