first implementation of protobuf

restructure in client server model
loads of work still missing
This commit is contained in:
2017-01-31 15:00:44 +01:00
parent 7d6d289178
commit d79dde527f
29 changed files with 1611 additions and 400 deletions

View File

@@ -25,6 +25,10 @@ setup(name='LedD',
license='GPLv3',
packages=['ledd'],
install_requires=[
'nose', 'spectra', 'docopt', 'jsonrpc', 'sqlalchemy', 'coloredlogs'
'nose', 'spectra', 'docopt',
],
extras_require={
'systemd_logging': ["python-systemd"],
'colored_logging': ["coloreddlogs"]
},
zip_safe=False)