Skip to content

Commit

Permalink
codecov 2.1.12 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Sep 9, 2024
1 parent 19e2f1f commit ff7c85e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV PATH="/venv/bin:$PATH"
ENV VIRTUAL_ENV="/venv"

# Install configuration related dependencies
RUN /venv/bin/pip install --upgrade pip && poetry install --no-interaction --no-dev && poetry add \
RUN /venv/bin/pip install --upgrade pip && poetry install --no-interaction --only main && poetry add \
"django-getenv==1.3.2" \
"django-cache-url==3.2.3" \
"uwsgi==2.0.20" \
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ uwsgi==2.0.14
whitenoise==4.0
flower==0.9.2
tornado<6.0.0
codecov==2.1.12

0 comments on commit ff7c85e

Please sign in to comment.