Include default build dependencies in pyproject.toml
setuptools & wheel are installed by default if you don't specify any build dependencies, but if you do specify some you're meant to include these for completeness.
I guess some versions of pip automatically add them if they're not there, but I just tried to install with a version that didn't do that.