mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Replace ansiconv with ansi2html (#15328)
* replace ansiconv with ansi2html The ansiconv package is archived so I'm replacing it with a similar package that's still actively being worked on. * remove minimum version The version minimum was used to get the latest version while running the upgrader * set minimum version for ansi2html * provide usage info
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
aiohttp>=3.9.4 # CVE-2024-30251
|
||||
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
|
||||
ansi2html # Used to format the stdout from jobs into html for display
|
||||
asciichartpy
|
||||
asn1
|
||||
azure-identity
|
||||
|
||||
@@ -11,9 +11,9 @@ aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
annotated-types==0.6.0
|
||||
# via pydantic
|
||||
# via -r /awx_devel/requirements/requirements_git.txt
|
||||
ansiconv==1.0.0
|
||||
ansi2html==1.9.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
# via -r /awx_devel/requirements/requirements_git.txt
|
||||
asciichartpy==1.5.25
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
asgiref==3.7.2
|
||||
|
||||
Reference in New Issue
Block a user