简体   繁体   English

boto3的依赖

[英]Dependencies of boto3

I see that the requirements.txt( https://github.com/boto/boto3/blob/develop/requirements.txt ) and setup.py ( https://github.com/boto/boto3/blob/develop/setup.py ).我看到 requirements.txt( https://github.com/boto/boto3/blob/develop/requirements.txt )和 setup.py( https://github.com/boto/boto3/blob/develop/setup .py )。 Also there is a file requirement-docs.txt.还有一个文件requirement-docs.txt。

Which are the exact dependencies for boto3 to run? boto3 运行的确切依赖项是什么?

I have a similar doubt for botocore as well as s3transfer我对 botocore 和 s3transfer 也有类似的疑问

As of February 2022 the following packages are installed when you install boto3 into a blank venv in alphabetical order截至 2022 年 2 月,当您按字母顺序将 boto3 安装到空白 venv 时,将安装以下软件包

boto3 botocore dateutil jmespath s3transfer six urllib3 boto3 botocore dateutil jmespath s3transfer 六个 urllib3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM