Skip to content

Commit b68924a

Browse files
committed
update gunicorn
1 parent 60674d9 commit b68924a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

0 Bytes
Binary file not shown.

scripts/deploy_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
# Install/update dependencies
2626
echo "Installing Python dependencies..."
2727
source ${VENV_DIR}/bin/activate
28-
pip install --upgrade pip
28+
pip install --upgrade pip setuptools
2929
pip install -r ${PROJECT_DIR}/requirements.txt
3030

3131
# Run Django migrations

0 commit comments

Comments
 (0)