Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hubmapconsortium/gateway in…
Browse files Browse the repository at this point in the history
…to dev-integrate
  • Loading branch information
yuanzhou committed Nov 19, 2024
2 parents 79c501f + 798e454 commit 4e7d177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hubmap-auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module_hotfixes=true\n'\
RUN yum install -y yum-utils && \
yum-config-manager --enable nginx-mainline && \
yum install -y nginx && \
rm /etc/nginx/conf.d/default.conf && \
mv nginx.conf /etc/nginx/nginx.conf && \
pip install -r src/requirements.txt && \
chmod +x start.sh && \
Expand Down
2 changes: 1 addition & 1 deletion hubmap-auth/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.3
Werkzeug==3.0.3
Werkzeug==3.0.6
cachetools==4.2.1

# The commons package requires requests>=2.22.0
Expand Down

0 comments on commit 4e7d177

Please sign in to comment.