Bulk update of all backend deps, some sorting, organizing and formatting

This commit is contained in:
Trenton H
2023-10-30 11:41:56 -07:00
parent b671f54cb7
commit a9cedd50af
13 changed files with 1546 additions and 1466 deletions

View File

@@ -29,7 +29,7 @@ COPY Pipfile* ./
RUN set -eux \
&& echo "Installing pipenv" \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.9.8 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.10.24 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt