Validate job conf against a Cerberus schema

This commit is contained in:
Alex Osborne 2016-10-04 21:16:16 +11:00
parent 15633be612
commit 5ac67fe513
4 changed files with 107 additions and 3 deletions

View file

@ -67,6 +67,7 @@ setuptools.setup(
'rethinkstuff>=0.1.5',
'rethinkdb>=2.3,<2.4',
'psutil==4.3.0',
'cerberus==1.0.1',
],
extras_require={
'webconsole': ['flask>=0.11', 'gunicorn'],