Skip to content

Commit

Permalink
Updated minimum urwidgets version to 0.2
Browse files Browse the repository at this point in the history
Earlier versions of urwidgets crash with Urwid
2.5.3 or higher.  Urwidgets 0.2.0 and up solve this.
  • Loading branch information
danschwarz committed Feb 20, 2024
1 parent e1be3a6 commit f1aba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
extras_require={
# Required to display rich text in the TUI
"richtext": [
"urwidgets>=0.1,<0.2"
"urwidgets>=0.2,<0.3"
],
"dev": [
"coverage",
Expand Down

0 comments on commit f1aba02

Please sign in to comment.