From d672e5e36b7d51fed9b03de4198f9b6e94703f68 Mon Sep 17 00:00:00 2001 From: tsbxmw <1050636648@qq.com> Date: Fri, 15 Mar 2019 16:43:11 +0800 Subject: [PATCH] bug fix: jsonschema not json-schema --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40e67e0..356ec89 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'setuptools', 'hafapiserver', 'hafsqlpublish', - 'json-schema' + 'jsonschema' ] with open('ReadMe.md', encoding='utf8') as f: