# Python dependencies for vaainas-cert90 cert type.
# This cert type's own Python toolchain (Cayman_python / cayman_openssl for
# 70/80 families, cpython-3.13.1.zip for 90) ships vendored inside the RPM
# and is unpacked by the spec's %post, not installed here. This file is only
# for extras the generic pip installer in Dockerfile.template should install
# from the Artifactory PyPI mirror on top of the base image, at Docker-build
# time.
#
# One entry per line:
#   plain-package-name          -> installs latest from the Artifactory PyPI mirror
#   plain-package-name==1.2.3   -> pinned version
#   https://.../pkg-1.2.3.whl   -> direct wheel URL (falls back to index name==version, then bare name)
#   https://.../pkg-1.2.3.tar.gz -> direct sdist URL (same fallback chain, built with --no-build-isolation)
# Lines starting with # or blank lines are skipped. Comments must be on
# their own line - inline "package  # comment" is NOT supported.
#
# No packages required today for this cert type.
