Re: [PATCH v3 07/13] python: add optional pygments dependency

2021-08-16 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu wrote: > Added pygments as optional dependency for AQMP TUI. > This is required for the upcoming syntax highlighting feature > in AQMP TUI. > The dependency has also been added in the devel optional group. > > Added mypy 'ignore_missing_imports' fo

[PATCH v3 07/13] python: add optional pygments dependency

2021-07-30 Thread G S Niteesh Babu
Added pygments as optional dependency for AQMP TUI. This is required for the upcoming syntax highlighting feature in AQMP TUI. The dependency has also been added in the devel optional group. Added mypy 'ignore_missing_imports' for pygments since it does not have any type stubs. Signed-off-by: G S