Commit b7bd9bff authored by Luke Macken's avatar Luke Macken

Merge pull request #37 from michr/develop

add 'urwid' package to setup.py since its a dependency
parents 45853091 5d19d613
......@@ -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