Skip to content

Commit

Permalink
Restrict urwid version to <2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp committed Sep 22, 2023
1 parent ca4ff2f commit cb94612
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 @@ -15,7 +15,7 @@
author_email="inform@tiker.net",
python_requires="~=3.8",
install_requires=[
"urwid>=1.1.1",
"urwid>=1.1.1,<2.2.0",
"pygments>=2.7.4",
"jedi>=0.18,<1",
"urwid_readline",
Expand Down

0 comments on commit cb94612

Please sign in to comment.