python-boto3/setup.cfg

9 lines
169 B
INI
Raw Normal View History

2015-11-27 23:25:33 +01:00
[wheel]
universal = 1
[metadata]
requires-dist =
2016-05-22 04:03:29 +02:00
botocore>=1.4.1,<1.5.0
2015-11-27 23:25:33 +01:00
jmespath>=0.7.1,<1.0.0
2016-05-22 04:03:29 +02:00
futures>=2.2.0,<4.0.0; python_version=="2.6" or python_version=="2.7"