File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENDC='\033[0m'
2828
2929# Установка компонентов python3
3030echo -e " ${COLOR} [1/4]${ENDC} Installing required packages"
31- pip3 install Werkzeug json-rpc cloudscraper pyotp
31+ pip3 install Werkzeug json-rpc cloudscraper pyotp jsonpickle # todo: set versions
3232
3333# Клонирование репозиториев с github.com
3434echo -e " ${COLOR} [2/4]${ENDC} Cloning github repository"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COLOR='\033[92m'
1212ENDC=' \033[0m'
1313
1414# install python3 packages
15- pip3 install virtualenv
15+ pip3 install virtualenv==20.27.1
1616
1717# prepare the virtual environment
1818echo -e " ${COLOR} [1/4]${ENDC} Preparing the virtual environment"
Original file line number Diff line number Diff line change 1- crc16
2- requests
3- psutil
4- fastcrc
5- jsonpickle
6- pynacl
1+ crc16 == 0.1.1
2+ requests == 2.32.3
3+ psutil == 6.1.0
4+ fastcrc == 0.3.2
5+ pynacl == 1.5.0
Original file line number Diff line number Diff line change 7272if [ " ${mode} " = " " ]; then # no mode
7373 echo " Running cli installer"
7474 wget https://raw.githubusercontent.com/${author} /${repo} /${branch} /scripts/install.py
75- pip3 install inquirer
75+ pip3 install inquirer==3.4.0
7676 python3 install.py
7777 exit
7878fi
Original file line number Diff line number Diff line change 9292fi
9393
9494# Установка компонентов python3
95- pip3 install psutil crc16 requests
95+ pip3 install psutil==6.1.0 crc16==0.1.1 requests==2.32.3
9696
9797# build openssl 3.0
9898echo -e " ${COLOR} [2/6]${ENDC} Building OpenSSL 3.0"
You can’t perform that action at this time.
0 commit comments