)]}'
{"requirements.txt":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"ac399a0f8d10ec3bbe37871df992bd9fd62da771","unresolved":false,"context_lines":[{"line_number":8,"context_line":"# DO NOT add any other dependencies as PBR is meant to be minimalist"},{"line_number":9,"context_line":"# to avoid problems with bootstrapping build environments."},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"setuptools"}],"source_content_type":"text/plain","patch_set":1,"id":"500cd89c_5cd7788f","line":11,"updated":"2025-01-28 15:20:07.000000000","message":"Unlike the pyproject.toml example we don\u0027t require a specific version of setuptools here. It is tougher to do that here since these requirements apply to all python versions which have different supported versions of setuptools.\n\nThe version that was listed in pyproject.toml is the minimum version required for proper pyproject.toml support (including editable wheel installation). Dropping that minimum version as we do here is unlikely to be a problem because pyproject-build and similar tools are moving towards freshly built isolated virtualenvs to build packages in. These environments will pull the newest valid version of setuptools for us.","commit_id":"1e73fb4827dda1006d8b5b81772b2fefd8cd91e9"}]}
