Skip to content

Commit 6cbb05b

Browse files
authored
Merge pull request #20 from DmytroPI-dev/deploy-branch
update gunicorn
2 parents 73a447e + b68924a commit 6cbb05b

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)