mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
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:
@@ -26,3 +26,4 @@ gprof2dot
|
|||||||
atomicwrites==1.4.0
|
atomicwrites==1.4.0
|
||||||
flake8
|
flake8
|
||||||
yamllint
|
yamllint
|
||||||
|
pip>=21.3 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
|
||||||
|
|||||||
Reference in New Issue
Block a user