Skip to content

Commit

Permalink
Upgade flask-auth to fix #243 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin authored Jul 11, 2024
1 parent 940408e commit d4d1632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN pip install \
# Install FOCA
COPY setup.py README.md ./
COPY foca/ ./foca/
RUN pip install . \
RUN pip install --upgrade pkginfo && \
pip install . \
--no-warn-script-location \
--prefix="/install"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ celery~=5.2
connexion~=2.11
cryptography~=42.0
Flask~=2.2
flask-authz~=2.5
flask-authz~=2.5.1
Flask-Cors~=4.0
Flask-PyMongo~=2.3
pydantic~=2.7
Expand Down

0 comments on commit d4d1632

Please sign in to comment.