Skip to content

Commit

Permalink
Merge pull request #482 from ihabunek/fix_urwidgets_dep
Browse files Browse the repository at this point in the history
Fix reversion error; restore minimum urwidgets version to be 0.2
  • Loading branch information
ihabunek authored Jun 8, 2024
2 parents 6ea13db + c3b6dfd commit 31501a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ images = [

# Required to display rich text in the TUI
richtext = [
"urwidgets>=0.1,<0.2"
"urwidgets>=0.2,<0.3"
]

test = [
Expand Down

0 comments on commit 31501a8

Please sign in to comment.