mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Get rid of hacks to simplify process
Remove poetry and wheel from bootstrap installs Cleanup some docs around them
This commit is contained in:
@@ -129,7 +129,7 @@ This breaks a very large amount of AWX code that assumes these fields
|
||||
are returned as dicts. Upgrading this library will require a refactor
|
||||
to accomidate this change.
|
||||
|
||||
### pip and setuptools and wheel
|
||||
### pip and setuptools
|
||||
|
||||
The offline installer needs to have functionality confirmed before upgrading these.
|
||||
Versions need to match the versions used in the pip bootstrapping step
|
||||
|
||||
@@ -45,5 +45,4 @@ twilio
|
||||
uWSGI
|
||||
uwsgitop
|
||||
pip==19.3.1 # see UPGRADE BLOCKERs
|
||||
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||
wheel==0.33.6 # see UPGRADE BLOCKERs
|
||||
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||
@@ -114,7 +114,7 @@ social-auth-core==3.2.0
|
||||
sqlparse==0.3.0 # via django
|
||||
tacacs_plus==1.0
|
||||
tempora==1.14.1 # via irc, jaraco.logging
|
||||
twilio==6.35.0
|
||||
twilio==6.35.1
|
||||
twisted==19.10.0 # via daphne
|
||||
txaio==18.8.1 # via autobahn
|
||||
urllib3==1.25.7 # via kubernetes, requests
|
||||
@@ -122,7 +122,6 @@ uwsgi==2.0.18
|
||||
uwsgitop==0.11
|
||||
vine==1.3.0 # via amqp, celery
|
||||
websocket-client==0.56.0 # via kubernetes, slackclient
|
||||
wheel==0.33.6
|
||||
xmlsec==1.3.3 # via python3-saml
|
||||
zipp==0.6.0 # via importlib-metadata
|
||||
zope.interface==4.7.1 # via twisted
|
||||
|
||||
@@ -63,5 +63,4 @@ 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
|
||||
wheel==0.33.6 # see UPGRADE BLOCKERs
|
||||
setuptools==41.6.0 # see upgrade blockers
|
||||
@@ -111,7 +111,7 @@ stevedore==1.31.0 # via keystoneauth1
|
||||
tabulate==0.8.2 # via azure-cli-core, knack
|
||||
typing==3.7.4.1; python_version < "3" # via msrest
|
||||
urllib3==1.25.7 # via botocore, requests
|
||||
wheel==0.33.6
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user