# All entries with "# build-system" at the end of the line will be hoisted as
# part of the build-system declaration of generated packages. Others will only
# be installed in the virtual environment used for building the distribution
# package (wheel, sdist), but not declared as build-system dependencies.

setuptools~=75.3.2 # build-system
wheel~=0.42        # build-system

twine~=6.1.0

# The dependency on packaging is necessary to work around an incompatibility between
# what setuptools generates and what twine expects. <https://github.com/pypa/twine/issues/1216>
packaging >= 24.2