Skip to content

Commit

Permalink
Remove setup.py (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl authored Feb 22, 2024
1 parent 6cb867f commit 07c3c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN python3 -m pip install pip==23.3.1 virtualenv==20.17.1 && \
python3 -m virtualenv /opt/venv && \
/opt/venv/bin/python3 -m pip install setuptools==67.4.0 && \
/opt/venv/bin/python3 -m pip install --no-deps -r requirements/prod.txt -r requirements/test.txt && \
/opt/venv/bin/python3 -m pip install -e . && \
/opt/venv/bin/python3 -m pip check

RUN ln -s /opt/app/bin/wait-for-it.sh /opt/venv/bin/
Expand Down
60 changes: 0 additions & 60 deletions setup.py

This file was deleted.

0 comments on commit 07c3c1e

Please sign in to comment.