Document broken `pkginfo==1.9.0` transitive dep
Refs: * https://github.com/pypa/gh-action-pypi-publish/issues/107
This commit is contained in:
parent
c54db9c2b7
commit
0b69a8c2df
|
@ -1 +1,11 @@
|
||||||
twine
|
twine
|
||||||
|
|
||||||
|
# NOTE: `pkginfo` is a transitive dependency for us that is coming from Twine.
|
||||||
|
# NOTE: It is declared here only to avoid installing a broken combination of
|
||||||
|
# NOTE: the distribution packages. This should be removed once a fixed version
|
||||||
|
# NOTE: of Twine is out.
|
||||||
|
# Refs:
|
||||||
|
# * https://github.com/pypa/gh-action-pypi-publish/issues/107
|
||||||
|
# * https://github.com/pypa/twine/issues/940
|
||||||
|
# * https://github.com/pypa/twine/pull/941
|
||||||
|
pkginfo != 1.9.0
|
||||||
|
|
|
@ -35,7 +35,9 @@ keyring==23.11.0
|
||||||
more-itertools==9.0.0
|
more-itertools==9.0.0
|
||||||
# via jaraco-classes
|
# via jaraco-classes
|
||||||
pkginfo==1.9.2
|
pkginfo==1.9.2
|
||||||
# via twine
|
# via
|
||||||
|
# -r requirements/runtime.in
|
||||||
|
# twine
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
# via cffi
|
# via cffi
|
||||||
pygments==2.13.0
|
pygments==2.13.0
|
||||||
|
|
Loading…
Reference in New Issue