Skip to content

Commit

Permalink
Created requirements.txt and added ujson (#504)
Browse files Browse the repository at this point in the history
Closes #503

Co-authored-by: lchen-2101 <[email protected]>
  • Loading branch information
jcadam14 and lchen-2101 authored Nov 25, 2024
1 parent 26cc187 commit 2c65294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locust-load-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ COPY ./locust_scripts ./locust_scripts
COPY ./configs/filing-api.conf ./filing-api.conf
COPY ./run_locust.sh /usr/local/bin/

RUN pip install python-keycloak httpx
COPY requirements.txt requirements.txt

RUN pip install -r requirements.txt

RUN mkdir /home/locust/reports
RUN mkdir /home/locust/sblars

Expand Down
3 changes: 3 additions & 0 deletions locust-load-test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python-keycloak
httpx
ujson

0 comments on commit 2c65294

Please sign in to comment.