# Python dependencies for server-cert90 cert type.
# Most dependencies ship via the cert kit RPM itself (vendored
# pyVmomi/pyVim zips unpacked in %post - see certs/specs/9x/server-cert90.spec);
# only entries below would be installed from the upstream Artifactory index
# by the generic pip installer in Dockerfile.template.
#
# 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 extra pip dependencies identified today beyond what the base image and
# the RPM's own vendored zips already provide - revisit during the Step 11
# sandbox build / Step 12 SRP-compliance iteration if a real gap surfaces.

httplib2==0.32.0
PyYAML==6.0.3
pykwalify==1.8.0
