Skip to content

Commit

Permalink
Updated min version of urwid to 2.1.0 aligned with urwidgets library
Browse files Browse the repository at this point in the history
  • Loading branch information
danschwarz committed Dec 19, 2023
1 parent d9c6bf7 commit b7793c6
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 @@ -38,7 +38,7 @@
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"wcwidth>=0.1.7",
"urwid>=2.0.0,<3.0",
"urwid>=2.1.0,<3.0",
"tomlkit>=0.10.0,<1.0"
],
extras_require={
Expand Down

0 comments on commit b7793c6

Please sign in to comment.