Skip to content

Commit

Permalink
In this fork, image and richtext dependencies are mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
danschwarz committed Mar 25, 2024
1 parent 50e973d commit 3b4b133
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b4b133

Please sign in to comment.