Make ansible venv psutil match awx venv version

This commit is contained in:
Bill Nottingham
2020-09-11 12:02:00 -04:00
parent 88c691fd6e
commit f1c59477c0
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ netaddr
ovirt-engine-sdk-python==4.3.0 # minimum set inside Ansible facts module requirements
pycurl==7.43.0.1 # higher versions will not install without SSL backend specified
# AWX usage
psutil==5.4.3 # same as AWX requirement
psutil==5.7.0 # same as AWX requirement
# VMware
pyvmomi==6.7.3
# WinRM