fix: remove uwsgi from dependencies

This commit is contained in:
Lucas F. 2024-06-20 11:04:09 -03:00
parent 693bfbe6f9
commit cb9d26e82c

1
run.sh
View file

@ -319,7 +319,6 @@ create_venv() {
# Install project dependencies
install_dependencies() {
/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
if [[ $? -ge 1 ]]; then
update_step_error "$x"