Skip to content

Commit 1363edd

Browse files
committed
requirements: Upgrade urwid_readline from >=0.13 to >=0.15.1.
1 parent f7c65d2 commit 1363edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def long_description():
107107
install_requires=[
108108
"urwid~=2.1.2",
109109
"zulip>=0.8.2,<0.9.0", # Next release, 0.9.0, requires Python 3.9
110-
"urwid_readline>=0.13",
110+
"urwid_readline>=0.15.1",
111111
"beautifulsoup4>=4.11.1",
112112
"lxml~=4.9.2",
113113
"pygments>=2.14.0,<2.18.0",

0 commit comments

Comments
 (0)