Add blessed dependency

This commit is contained in:
Richo Healey 2014-11-17 15:56:39 -08:00
parent 3ad113c3a9
commit 2b9fa18301
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setup(
keywords = "voltron gdb lldb",
url = "https://github.com/snarez/voltron",
packages=find_packages(),
install_requires = ['rl', 'scruffy', 'flask', 'cherrypy'],
install_requires = ['rl', 'scruffy', 'flask', 'cherrypy', 'blessed'],
data_files=['dbgentry.py'],
package_data = {'voltron': ['config/*']},
install_package_data = True,