# This list describes the order for bootstrapping Python PEP 517 related
# packages from scratch. DO FOLLOW OR YOU WILL GET RANDOM IMPORT ERRORS.
# ALWAYS MANUALLY BUILD THIS LIST! The following line is intended.
please-build-this-list-manually

# Always use package:+stage2 when bootstrapping.

# Build flit-core for wheel package handling.
flit-core

# Then, python-installer for PEP 517 package installer implementation.
python-installer

# Then, pyproject-hooks for handling build backends for PEP 517.
pyproject-hooks

# Then, library for reading pyproject.toml.
# (A copy of tomli is shipped with flit-core previously.)
tomli

# Then. usual things.
python-build
setuptools-python3

# Here comes the pip.
pip
