aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-06-15 17:29:55 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-06-15 17:30:08 +0800
commit92713a2be15bb646fb5a47a82c5f5ad762cc719f (patch)
tree30e20aee2be58ab2eec3c16fbf5afe87d2153801
parentd49172ff6ca087160bad9901daf8efa9917b9bd2 (diff)
Add jsonschema
Change-Id: I2fc69a657d8f43e708f7505f2e1b24fe93bb5ca5 Issue-ID: VFC-1865 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 2ac343eb..1de43d3d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,5 @@
+jsonschema==3.2.0
+
# rest framework
Django==2.1.10
djangorestframework==3.10.0