diff --git a/setup.py b/setup.py index da5acfa5..e718d618 100644 --- a/setup.py +++ b/setup.py @@ -40,17 +40,11 @@ "wcwidth>=0.1.7", "urwid>=2.1.0,<3.0", "tomlkit>=0.10.0,<1.0", + "pillow>=9.5.0", + "term-image==0.7.0", + "urwidgets>=0.2,<0.3" ], extras_require={ - # Required to display images in the TUI - "images": [ - "pillow>=9.5.0", - "term-image==0.7.0", - ], - # Required to display rich text in the TUI - "richtext": [ - "urwidgets>=0.2,<0.3" - ], "dev": [ "coverage", "pyyaml",