Skip to content

Commit

Permalink
Force update of Flask-JWT-Extended and Flask-WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 28, 2024
1 parent 3105c98 commit 9ac0cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ARG RGD_VERSION

RUN pip3 install git+https://github.com/bgyori/indra_cogex.git#egg=indra_cogex[web,gunicorn,gsea] && \
python -m indra.ontology.bio build
RUN pip3 install -U Flask-JWT-Extended && \
pip3 install -U Flask-WTF

# Copy the names.tsv files for the pre-built pyobo caches to this directory as
# mg_names.tsv and rgd_names.tsv, respectively. This is necessary to avoid running the
Expand Down

0 comments on commit 9ac0cef

Please sign in to comment.