Integrate pip-tools-generated constraint files

This patch adds constraint files with the dependency tree
generated by `pip-compile` under Python 3.9. They are now integrated
into the action container image.

Refs:
* https://github.com/pypa/gh-action-pypi-publish/issues/101
* https://github.com/pypa/gh-action-pypi-publish/issues/107
This commit is contained in:
Sviatoslav Sydorenko
2022-11-30 10:17:33 +01:00
parent 480ec4ed58
commit c54db9c2b7
5 changed files with 91 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in
#
pip-with-requires-python==1.0.1
# via -r requirements/runtime-prerequisites.in
# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
# via pip-with-requires-python