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
|
# Required to display rich text in the TUI
|
||||||
richtext = [
|
richtext = [
|
||||||
"urwidgets>=0.1,<0.2"
|
"urwidgets>=0.2,<0.3"
|
||||||
]
|
]
|
||||||
|
|
||||||
test = [
|
test = [
|
||||||
|
|
Loading…
Reference in New Issue