python-boto3/setup.cfg

20 lines
312 B
INI
Raw 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-01-13 00:15:44 +01:00
botocore>=1.23.34,<1.24.0
2018-07-11 07:39:36 +02:00
jmespath>=0.7.1,<1.0.0
2021-09-22 18:34:33 +02:00
s3transfer>=0.5.0,<0.6.0
[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