Allow empty requirements list to enable Python builder
Allow configuration like the following to enable the Python builder
without installing more than the base packages (pip, tox, wheel,
setuptools).
python:
version: python3
requirements: []