build-requirements.in 603 B

12345678910
  1. # We need this since python 3.12.
  2. # Since python3.12, setuptools is not provided by default in venvs.
  3. # However, before the complete isolation we would fetch it immediately and we would have never have seen that,
  4. # particularily because it's only used when we need to build a wheel, which only happens for
  5. # watchdog, which is only needed for make.serve
  6. # When we'll move to hugo, all of this can go away.
  7. # Build backend for the pinned watchdog source distribution.
  8. # Regenerate with:
  9. # pip-compile --allow-unsafe --generate-hashes --output-file=build-requirements.txt build-requirements.in
  10. setuptools