mirror of https://github.com/snare/voltron.git
Add blessed dependency
This commit is contained in:
parent
3ad113c3a9
commit
2b9fa18301
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue