# Python dependencies for vgpu-cert90 cert type.
# This cert type's runtime deps (if any) ship via the cert kit RPM itself.
# 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.
