bug fix: issues with python packages
This commit is contained in:
parent
ebe2988d60
commit
5824196ec8
|
|
@ -548,6 +548,7 @@ fi
|
|||
|
||||
# shellcheck disable=SC1091
|
||||
. /usr/local/CyberPanel/bin/activate
|
||||
pip install --upgrade setuptools packaging
|
||||
|
||||
Download_Requirement
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ bcrypt==4.2.0
|
|||
beautifulsoup4==4.12.3
|
||||
boto3==1.34.153
|
||||
botocore==1.34.153
|
||||
cloudflare
|
||||
cloudflare==2.20.0
|
||||
cryptography==43.0.0
|
||||
cffi
|
||||
Django==4.2.14
|
||||
|
|
|
|||
Loading…
Reference in New Issue