first json rpc implementation

This commit is contained in:
Giovanni Harting
2015-10-09 20:30:21 +02:00
parent 7b67984c80
commit 4ad3fd50fb
3 changed files with 56 additions and 160 deletions

View File

@@ -25,6 +25,6 @@ setup(name='LedD',
license='GPLv3',
packages=['ledd'],
install_requires=[
'nose', 'spectra', 'docopt',
'nose', 'spectra', 'docopt', 'jsonrpc',
],
zip_safe=False)