File: setup.cfg

package info (click to toggle)
python-s3transfer 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,428 kB
  • sloc: python: 15,560; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[bdist_wheel]
universal = 0

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

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