Skip to content

Commit

Permalink
Version bump and six requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
snare committed Apr 23, 2016
1 parent 93e8fa9 commit b588ed2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -9,14 +9,15 @@
'blessed',
'pygments',
'requests',
'requests_unixsocket'
'requests_unixsocket',
'six'
]
if sys.platform == 'win32':
requirements.append('cursor')

setup(
name="voltron",
version="0.1.2",
version="0.1.3",
author="snare",
author_email="snare@ho.ax",
description=("A debugger UI"),
Expand Down

0 comments on commit b588ed2

Please sign in to comment.