python-boto3/setup.cfg

20 lines
312 B
INI
Raw Permalink Normal View History

2018-07-11 07:39:36 +02:00
[bdist_wheel]
2021-09-22 18:34:33 +02:00
universal = 0
2015-11-27 23:25:33 +01:00
[metadata]
2021-09-22 18:34:33 +02:00
requires_dist =
2022-12-12 18:00:59 +01:00
botocore>=1.29.27,<1.30.0
2022-05-26 01:13:54 +02:00
jmespath>=0.7.1,<2.0.0
2022-12-12 18:00:59 +01:00
s3transfer>=0.6.0,<0.7.0
2021-09-22 18:34:33 +02:00
[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0
2021-11-03 18:27:47 +01:00
[flake8]
ignore = E203,E501,W503,W504
exclude =
docs,
boto3/compat.py,
boto3/data,
.changes