fix: remove uwsgi from dependencies
This commit is contained in:
parent
693bfbe6f9
commit
cb9d26e82c
1 changed files with 0 additions and 1 deletions
1
run.sh
1
run.sh
|
|
@ -319,7 +319,6 @@ create_venv() {
|
||||||
# Install project dependencies
|
# Install project dependencies
|
||||||
install_dependencies() {
|
install_dependencies() {
|
||||||
/home/$USERNAME/$APP/$VENV/bin/pip3 install --upgrade pip &&
|
/home/$USERNAME/$APP/$VENV/bin/pip3 install --upgrade pip &&
|
||||||
/home/$USERNAME/$APP/$VENV/bin/pip3 install uwsgi &&
|
|
||||||
/home/$USERNAME/$APP/$VENV/bin/pip3 install -r /home/$USERNAME/$APP/requirements.txt
|
/home/$USERNAME/$APP/$VENV/bin/pip3 install -r /home/$USERNAME/$APP/requirements.txt
|
||||||
if [[ $? -ge 1 ]]; then
|
if [[ $? -ge 1 ]]; then
|
||||||
update_step_error "$x"
|
update_step_error "$x"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue