diff --git a/mytonctrl/scripts/update.sh b/mytonctrl/scripts/update.sh index 8bd4ecd9..4b7c742d 100644 --- a/mytonctrl/scripts/update.sh +++ b/mytonctrl/scripts/update.sh @@ -39,6 +39,7 @@ pip3 uninstall -y mytonctrl echo "https://github.com/${author}/${repo}.git -> ${branch}" git clone --recursive https://github.com/${author}/${repo}.git cd ${repo} && git checkout ${branch} +pip3 install -r requirements.txt pip3 install -U . systemctl daemon-reload diff --git a/requirements.txt b/requirements.txt index 01f7a310..3139a1b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ requests==2.32.3 psutil==6.1.0 fastcrc==0.3.2 pynacl==1.5.0 +setuptools<=70.3.0