mirror of
https://github.com/ihabunek/toot.git
synced 2025-01-03 14:56:37 -05:00
Merge pull request #482 from ihabunek/fix_urwidgets_dep
Fix reversion error; restore minimum urwidgets version to be 0.2
This commit is contained in:
commit
31501a84a0
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user