Merge pull request #482 from ihabunek/fix_urwidgets_dep

Fix reversion error; restore minimum urwidgets version to be 0.2
pull/492/head
Ivan Habunek 2024-06-08 09:33:08 +02:00 zatwierdzone przez GitHub
commit 31501a84a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 = [