Add pip>=21.3 to dev requirement to install django-ansible-base in editable mode (#14961)

Add  pip>=21.3 to dev requirement required for installing django-ansible-base in editable mode

https://peps.python.org/pep-0660/

PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
This commit is contained in:
Hao Liu 2024-03-06 21:28:41 -05:00 committed by GitHub
parent 81825ab755
commit 727278aaa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,3 +26,4 @@ gprof2dot
atomicwrites==1.4.0
flake8
yamllint
pip>=21.3 # PEP 660 Editable installs for pyproject.toml based builds (wheel based)