chore: Update install_panel.sh to remove deprecated 'pycrypto' and add 'paramiko' for Python dependencies management

This commit is contained in:
xiao 2024-12-18 14:48:19 +08:00
parent dc893c2517
commit b17b8b4a32

View File

@ -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