Skip to content

Commit

Permalink
Add pip>=21.3 to dev requirement to install django-ansible-base in ed…
Browse files Browse the repository at this point in the history
…itable mode (ansible#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)
  • Loading branch information
TheRealHaoLiu authored and djyasin committed Sep 11, 2024
1 parent e915bfd commit 2d9a50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2d9a50e

Please sign in to comment.