From bf06c5be054af0ad5c336f0eba613fca5d3fe142 Mon Sep 17 00:00:00 2001 From: chad Date: Thu, 10 Feb 2022 13:51:14 -0800 Subject: [PATCH] bump to newer urwid --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8543bb..90eb164 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ requires = [ 'jmespath>=0.8.0,<=1.0.0', 'Pygments>=2.0,<3.0', - 'urwid==1.2.2' + 'urwid==2.1.2' ]