mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
Validate job conf against a Cerberus schema
This commit is contained in:
parent
15633be612
commit
5ac67fe513
4 changed files with 107 additions and 3 deletions
1
setup.py
1
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue