File size: 190 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[bdist_wheel]
universal = 0

[metadata]
requires_dist =
    botocore>=1.33.2,<2.0a.0

[options.extras_require]
crt = botocore[crt]>=1.33.2,<2.0a0

[flake8]
ignore = E203,E226,E501,W503,W504