# Pinned Python dependencies for the cross-impl JCS byte-match workflow
# (.github/workflows/cross-impl-jcs.yml). Installed with
# `pip install --require-hashes --no-deps -r`.
#
# rfc8785 0.1.4 declares only optional extras (dev/doc/lint/test), no runtime
# dependencies, so --no-deps installs exactly this one package. Both the wheel
# and sdist SHA-256 hashes are listed so pip verifies whichever artifact it
# fetches.
rfc8785==0.1.4 \
    --hash=sha256:520d690b448ecf0703691c76e1a34a24ddcd4fc5bc41d589cb7c58ec651bcd48 \
    --hash=sha256:e545841329fe0eee4f6a3b44e7034343100c12b4ec566dc06ca9735681deb4da
