Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setup.py #679

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading