mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 08:31:28 -03: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:
parent
81825ab755
commit
727278aaa3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user