How to reference a requirements.txt in the pyproject.toml of a setuptools project?
I'm trying to migrate a setuptools -based project from the legacy setup.py towards modern pyproject.toml configuration. At the same time I want to keep well established workflows based on pip-compile , i.e., a requirements.in that gets compiled to a requirements.txt (for end-user / non-library projects of course). This has important benefits as a result of t