mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Remove graph_jobs management command and asciichartpy dependency (#16078)
Deleted the awx/main/management/commands/graph_jobs.py file and removed the asciichartpy package from requirements. This cleans up unused code and dependencies related to terminal job status graphing.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
aiohttp>=3.12.14 # CVE-2024-30251
|
||||
ansi2html # Used to format the stdout from jobs into html for display
|
||||
jq # used for indirect host counting feature
|
||||
asciichartpy
|
||||
asn1
|
||||
azure-identity
|
||||
azure-keyvault
|
||||
|
||||
@@ -20,8 +20,6 @@ ansi2html==1.9.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
# git+https://github.com/ansible/ansible-runner.git@devel # git requirements installed separately
|
||||
# via -r /awx_devel/requirements/requirements_git.txt
|
||||
asciichartpy==1.5.25
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
asgiref==3.11.0
|
||||
# via
|
||||
# channels
|
||||
@@ -561,7 +559,6 @@ pip==25.3
|
||||
setuptools==80.9.0
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# asciichartpy
|
||||
# autobahn
|
||||
# incremental
|
||||
# pbr
|
||||
|
||||
Reference in New Issue
Block a user