# Python dependencies for customimage-cert90 cert type.
# Most dependencies ship via the cert kit RPM itself (vendored zips unpacked
# in %post - see certs/specs/9x/customimage-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.
dnspython==2.8.0
docopt==0.6.2
dominate==2.9.1
legacy_cgi==2.6.4
pexpect==4.9.0
prompt_toolkit==3.0.53
ptyprocess==0.7.0
pyflakes==3.4.0
pygments==2.20.0
pymongo==4.17.0
PyYAML==6.0.3
range==1.0.0
scapy==2.7.0
wcwidth==0.8.2
certifi==2026.5.20
charset-normalizer==3.4.7
urllib3==2.7.0
telnetlib3==4.0.4