From e040c26da1d57c138a8053684fbf1124097f8ca6 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Mon, 8 Mar 2021 18:23:10 +0000 Subject: [PATCH] Add PEP 650 to Open PEPs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc5d6c4..f09d80b 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ Python project templates or project generators supporting `pyproject.toml`. Python Enhancement Proposals (PEPs) still under consideration related to pyproject.toml. - [PEP 631 -- Dependency specification in pyproject.toml based on PEP 508](https://www.python.org/dev/peps/pep-0631/) +- [PEP 650 -- Specifying Installer Requirements for Python Projects](https://www.python.org/dev/peps/pep-0650/) ### Rejected