Skip to content
Snippets Groups Projects
Commit dde256c3 authored by Erik Reid's avatar Erik Reid
Browse files

use newer version of jsonschema

older versions don't know about draft > 4
(exlusiveMin.../Max... have different syntax)
parent b3fb2b3c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ setup( ...@@ -13,7 +13,7 @@ setup(
'click', 'click',
'mysql-connector', 'mysql-connector',
'pysnmp', 'pysnmp',
'jsonschema', 'jsonschema==3.2.0',
'paramiko', 'paramiko',
'flask', 'flask',
'redis==3.2.1', 'redis==3.2.1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment