feat: Update requirements.txt

This commit is contained in:
UzJu 2022-08-21 17:06:35 +08:00
parent 368344f425
commit 5491729010
2 changed files with 14 additions and 13 deletions

View File

@ -10,7 +10,8 @@ cd Cloud-Bucket-Leak-Detection-Tools/
# 1、python3.8.9 # 1、python3.8.9
# 2、python3.9.13 # 2、python3.9.13
# 3、python3.7 # 3、python3.7
pip3 install huaweicloud-sdk-python # 4、python3.6.15
# 5、python3.9.6
pip3 install -r requirements.txt pip3 install -r requirements.txt
python3 main.py -h python3 main.py -h
``` ```

View File

@ -1,7 +1,7 @@
aliyun-python-sdk-core==2.13.36 aliyun-python-sdk-core==2.13.36
aliyun-python-sdk-kms==2.15.0 aliyun-python-sdk-kms==2.15.0
boto3==1.24.31 boto3
botocore==1.27.31 botocore
certifi==2022.6.15 certifi==2022.6.15
cffi==1.15.1 cffi==1.15.1
charset-normalizer==2.1.0 charset-normalizer==2.1.0
@ -18,21 +18,21 @@ iso8601==1.0.2
jmespath==0.10.0 jmespath==0.10.0
keystoneauth1==3.4.0 keystoneauth1==3.4.0
loguru==0.6.0 loguru==0.6.0
numpy==1.23.1 numpy
oss2==2.15.0 oss2==2.15.0
packaging==21.3 packaging==21.3
pandas==1.4.3 pandas
pbr==5.9.0 pbr==5.9.0
prettytable==3.3.0 prettytable
pycparser==2.21 pycparser==2.21
pycryptodome==3.15.0 pycryptodome
pyparsing==3.0.9 pyparsing==3.0.9
python-dateutil==2.8.2 python-dateutil==2.8.2
pytz==2022.1 pytz==2022.1
qcloud-cos==1.0.3 qcloud-cos
requests==2.28.1 requests
s3transfer==0.6.0 s3transfer
six==1.16.0 six==1.16.0
stevedore==4.0.0 stevedore
urllib3==1.26.10 urllib3
wcwidth==0.2.5 wcwidth