mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
upgrade pip and setuptools
This commit is contained in:
@@ -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.
|
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.
|
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
|
python3 -m venv /buildit
|
||||||
|
|||||||
@@ -45,5 +45,5 @@ tacacs_plus==1.0
|
|||||||
twilio==6.10.4
|
twilio==6.10.4
|
||||||
uWSGI==2.0.17
|
uWSGI==2.0.17
|
||||||
uwsgitop==0.10.0
|
uwsgitop==0.10.0
|
||||||
pip==9.0.1
|
pip==19.1.1
|
||||||
setuptools==36.0.1
|
setuptools==41.0.1
|
||||||
|
|||||||
@@ -122,5 +122,5 @@ xmlsec==1.3.3 # via python3-saml
|
|||||||
zope.interface==4.6.0 # via twisted
|
zope.interface==4.6.0 # via twisted
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==9.0.1
|
pip==19.1.1
|
||||||
setuptools==36.0.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
|
pexpect==4.6.0 # same as AWX requirement
|
||||||
psutil==5.4.3 # 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.
|
ptyprocess==0.5.2 # via pexpect, but needs to be pinned. Read the blame.
|
||||||
setuptools==36.0.1
|
pip==19.1.1
|
||||||
pip==9.0.1
|
setuptools==41.0.1
|
||||||
# VMware
|
# VMware
|
||||||
pyvmomi==6.5
|
pyvmomi==6.5
|
||||||
# WinRM
|
# WinRM
|
||||||
|
|||||||
@@ -122,5 +122,5 @@ wheel==0.30.0 # via azure-cli-core
|
|||||||
xmltodict==0.12.0 # via pywinrm
|
xmltodict==0.12.0 # via pywinrm
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==9.0.1
|
pip==19.1.1
|
||||||
setuptools==36.0.1
|
setuptools==41.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user