2022-11-30 04:17:33 -05:00
|
|
|
twine
|
2022-11-30 04:32:45 -05:00
|
|
|
|
2024-08-31 20:50:29 -04:00
|
|
|
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
|
|
|
# NOTE: as well as PEP 740 attestations.
|
2023-03-06 15:03:34 -05:00
|
|
|
id ~= 1.0
|
|
|
|
|
|
|
|
# NOTE: This is pulled in transitively through `twine`, but we also declare
|
|
|
|
# NOTE: it explicitly here because `oidc-exchange.py` uses it.
|
|
|
|
# Ref: https://github.com/di/id
|
|
|
|
requests
|
2024-08-31 20:50:29 -04:00
|
|
|
|
|
|
|
# NOTE: Used to generate attestations.
|
2024-10-22 12:40:04 -04:00
|
|
|
pypi-attestations ~= 0.0.13
|
2024-10-28 14:29:41 -04:00
|
|
|
sigstore ~= 3.5.1
|
2024-09-05 11:25:58 -04:00
|
|
|
|
|
|
|
# NOTE: Used to detect the PyPI package name from the distribution files
|
|
|
|
packaging
|