mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-28 01:44:47 -05:00
43caae4bb1
This is a structural change allowing for better placement of direct dependencies and limiting the transitive ones.
19 lines
546 B
Text
19 lines
546 B
Text
-c runtime-constraints.in # limits known broken versions
|
|
|
|
twine ~= 6.0
|
|
|
|
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
|
|
# NOTE: as well as PEP 740 attestations.
|
|
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
|
|
|
|
# NOTE: Used to generate attestations.
|
|
pypi-attestations ~= 0.0.15
|
|
sigstore ~= 3.5.1
|
|
|
|
# NOTE: Used to detect the PyPI package name from the distribution files
|
|
packaging
|