Skip to content

Commit

Permalink
split profile requirements #notests
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Nov 5, 2024
1 parent 1e0ee83 commit 5f97ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update \

COPY /requirements/ /requirements/
RUN python3.12 -m venv /opt/venv && \
/opt/venv/bin/python3.12 -m pip install --no-cache --no-deps -r /requirements/prod.txt -r /requirements/test.txt && \
/opt/venv/bin/python3.12 -m pip install --no-cache --no-deps -r /requirements/prod.txt -r /requirements/test.txt -r /requirements/profile.txt && \
/opt/venv/bin/python3.12 -m pip check


Expand Down
7 changes: 7 additions & 0 deletions requirements/profile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
austin-dist==3.7.0
memray==1.14.0
rich==13.9.2
textual==0.82.0
markdown-it-py==3.0.0
mdurl==0.1.2
platformdirs==4.3.6

0 comments on commit 5f97ac9

Please sign in to comment.