# Packages warmed into the shared uv cache for offline use.
#
# PEP 517 build backends (uv sync on local recipe components):
# hatchling's build isolation also requires editables; pip install hatchling alone does not cache it.
#
# Pulumi python runtime with toolchain: uv invokes `uvx pip` to discover requirements;
# the pip package itself must be present in the cache when UV_OFFLINE=1.
hatchling==1.32.0
editables==0.6
setuptools==84.0.0
pip==26.2.1
