Is requirements.txt still needed when using pyproject.toml?
Since mid 2022 it is now possible to get rid of setup.py , setup.cfg in favor of pyproject.toml . Editable installs work with recent versions of setuptools and pip and even the official packaging tutorial switched away from setup.py to pyproject.toml . However, documentation regarding requirements.txt seems to be have been also removed, and I wonder where to