Commit 5d19d613 authored by Michael's avatar Michael

add 'urwid' package to setup.py since its a dependency

parent 45853091
......@@ -15,7 +15,7 @@ f = open('README.rst')
long_description = f.read().split('split here')[1]
f.close()
requirements = []
requirements = ['urwid']
if sys.version_info[0] == 3:
if sys.version_info[1] < 2:
requirements.append('argparse')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment