From b17b8b4a32179d51788a1dacfc530e8f03f91095 Mon Sep 17 00:00:00 2001 From: xiao Date: Wed, 18 Dec 2024 14:48:19 +0800 Subject: [PATCH] chore: Update install_panel.sh to remove deprecated 'pycrypto' and add 'paramiko' for Python dependencies management --- install_panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_panel.sh b/install_panel.sh index 09fd36c..5d20690 100644 --- a/install_panel.sh +++ b/install_panel.sh @@ -855,7 +855,7 @@ Install_Python_Lib(){ source $pyenv_path/pyenv/bin/activate pip install -U pip - pip install Pillow chardet flask psutil pyinotify pycryptodome upyun oss2 pymysql qrcode qiniu redis pymongo Cython configparser cos-python-sdk-v5 supervisor gevent-websocket pyopenssl + pip install Pillow chardet pycrypto paramiko flask psutil pyinotify pycryptodome upyun oss2 pymysql qrcode qiniu redis pymongo Cython configparser cos-python-sdk-v5 supervisor gevent-websocket pyopenssl pip install Pillow -U pyenv_bin=$pyenv_path/pyenv/bin