Skip to content

Commit

Permalink
build: update requirements (#71)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update setuptools and pip
  • Loading branch information
vsmalladi authored Jan 23, 2025
1 parent 17d44d7 commit 6656a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt -y install git jq
RUN pip install --upgrade setuptools pip

RUN git clone https://github.com/elixir-cloud-aai/openapi-test-runner.git

Expand All @@ -25,4 +26,4 @@ COPY entrypoint.sh /app/openapi-test-runner/entrypoint.sh
# If using entrpyoint script with no edits, set TES endpoint url here
ENV TES_ENDPOINT_URL=http://localhost/

ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ coverage==5.1
jsonschema==3.2.0
polling2==0.5.0
pydantic==1.9.1
PyYAML==6.0
PyYAML==6.0.2
requests==2.27.1
flake8==5.0.4
pytest==7.1.2
colorlog==6.6.0
ga4gh-testbed-lib==0.2.0
jinja2==3.1.2
dotmap==1.3.30
email-validator==2.1.1
email-validator==2.1.1

0 comments on commit 6656a37

Please sign in to comment.