2022-11-30 17:17:33 +08:00
|
|
|
twine
|
2022-11-30 17:32:45 +08:00
|
|
|
|
2024-09-01 08:50:29 +08:00
|
|
|
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
|
|
|
# NOTE: as well as PEP 740 attestations.
|
2023-03-07 04:03:34 +08: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-09-01 08:50:29 +08:00
|
|
|
|
|
|
|
# NOTE: Used to generate attestations.
|
|
|
|
pypi-attestations ~= 0.0.11
|
|
|
|
sigstore ~= 3.2.0
|