Deprecate the requires keyword
For runtime dependencies, install_requires should be used. For build dependencies, a PEP 518-compliant `pyproject.toml` should be used. Other dependencies can use extra requirements.
Showing
Please register or sign in to comment