summaryrefslogtreecommitdiff
path: root/real-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'real-setup.py')
-rw-r--r--real-setup.py3
1 files changed, 2 insertions, 1 deletions
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'
],
)