mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Merge pull request #4046 from AlanCoding/setuptools
Upgrade pip and setuptools Reviewed-by: Alan Rominger <arominge@redhat.com> https://github.com/AlanCoding
This commit is contained in:
commit
793e78d9c0
@ -1,6 +1,8 @@
|
||||
The requirements.txt and requirements_ansible.txt files are generated from requirements.in and requirements_ansible.in, respectively, using `pip-tools` `pip-compile`. The following commands should do this if ran inside the tools_awx container.
|
||||
|
||||
Run these commands from the root of the awx repo. This will produce python 3 requirements files.
|
||||
If you do not wish to upgrade dependencies generally (such as adding a specific dependency
|
||||
needed for a feature) then do not use the `-U` flag.
|
||||
|
||||
```
|
||||
python3 -m venv /buildit
|
||||
|
@ -45,5 +45,5 @@ tacacs_plus==1.0
|
||||
twilio==6.10.4
|
||||
uWSGI==2.0.17
|
||||
uwsgitop==0.10.0
|
||||
pip==9.0.1
|
||||
setuptools==36.0.1
|
||||
pip==19.1.1
|
||||
setuptools==41.0.1
|
||||
|
@ -122,5 +122,5 @@ xmlsec==1.3.3 # via python3-saml
|
||||
zope.interface==4.6.0 # via twisted
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==9.0.1
|
||||
setuptools==36.0.1
|
||||
pip==19.1.1
|
||||
setuptools==41.0.1
|
||||
|
@ -53,8 +53,8 @@ pycurl==7.43.0.1 # higher versions will not install without SSL backend speci
|
||||
pexpect==4.6.0 # same as AWX requirement
|
||||
psutil==5.4.3 # same as AWX requirement
|
||||
ptyprocess==0.5.2 # via pexpect, but needs to be pinned. Read the blame.
|
||||
setuptools==36.0.1
|
||||
pip==9.0.1
|
||||
pip==19.1.1
|
||||
setuptools==41.0.1
|
||||
# VMware
|
||||
pyvmomi==6.5
|
||||
# WinRM
|
||||
|
@ -122,5 +122,5 @@ wheel==0.30.0 # via azure-cli-core
|
||||
xmltodict==0.12.0 # via pywinrm
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==9.0.1
|
||||
setuptools==36.0.1
|
||||
pip==19.1.1
|
||||
setuptools==41.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user