From 053961479b1ca17e0dac83d41b45848ba81b07c4 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Fri, 19 Sep 2014 13:25:26 +1000 Subject: Added urwid to requirements --- real-setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'real-setup.py') diff --git a/real-setup.py b/real-setup.py index c9f92b9..73e9ef8 100644 --- a/real-setup.py +++ b/real-setup.py @@ -10,6 +10,7 @@ setup( 'blessings', 'cython', 'logbook', - 'zmq' + 'pyzmq', + 'urwid' ], ) -- cgit v1.2.3