mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Bootstrap venv creation with flit and poetry
this is in addition to pip and setuptools installs add in --ignore-installed and --no-build-isolation flags reasoning is that we are not installing needed packages for building
This commit is contained in:
committed by
AlanCoding
parent
a2acf4d61f
commit
cf55b6a0ba
@@ -53,8 +53,6 @@ ovirt-engine-sdk-python==4.3.0 # minimum set inside Ansible facts module requ
|
||||
pycurl==7.43.0.1 # higher versions will not install without SSL backend specified
|
||||
# AWX usage
|
||||
psutil==5.4.3 # same as AWX requirement
|
||||
pip==19.3.1 # see upgrade blockers
|
||||
setuptools==41.6.0 # see upgrade blockers
|
||||
# VMware
|
||||
pyvmomi==6.7.3
|
||||
# WinRM
|
||||
@@ -64,3 +62,5 @@ requests
|
||||
requests-credssp==1.0.2 # For windows authentication awx/issues/1144
|
||||
# OpenStack
|
||||
openstacksdk==0.31.1
|
||||
pip==19.3.1 # see upgrade blockers
|
||||
setuptools==41.6.0 # see upgrade blockers
|
||||
Reference in New Issue
Block a user