chore: Update install_panel.sh to remove deprecated 'pycrypto' and add 'paramiko' for Python dependencies management
This commit is contained in:
parent
dc893c2517
commit
b17b8b4a32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user