Skip to content

Commit

Permalink
Close #93: Don't require a specific urwid version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Dec 19, 2024
1 parent e2646f7 commit 7ac13e6
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 @@ -85,7 +85,7 @@ def main():
"entry_points": ENTRY_POINTS,
"extras_require": {
"urwid": [
"urwid==1.3.1"
"urwid"
],
"wx": [
"wxPython==4.*"
Expand Down

0 comments on commit 7ac13e6

Please sign in to comment.