From 9401dfdb389016a91fc70604de5e7e572ba04db5 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Mon, 9 Mar 2020 14:30:25 +0100 Subject: [PATCH] revert --- cyberpanel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index cc886b1c3..c66327def 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1181,8 +1181,6 @@ if [[ $DEV == "ON" ]] ; then source /usr/local/CyberPanel/bin/activate wget -O requirements.txt https://$GIT_CONTENT_URL/${BRANCH_NAME}/requirments.txt check_return - pip3 uninstall setuptools -y - pip3 install setuptools==45.3.0 pip3.6 install --ignore-installed -r requirements.txt check_return cd -