Commit c79b75e2 authored by Kyle Bebak's avatar Kyle Bebak Committed by FichteFoll

Added jsonschema Python package to dependencies.json (#6351)

parent 3c4324a8
...@@ -220,6 +220,20 @@ ...@@ -220,6 +220,20 @@
} }
] ]
}, },
{
"name": "jsonschema",
"load_order": "55",
"description": "An(other) implementation of JSON Schema for Python",
"author": "kylebebak",
"issues": "https://github.com/kylebebak/sublime-jsonschema/issues",
"releases": [
{
"base": "https://github.com/kylebebak/sublime-jsonschema",
"tags": true,
"sublime_text": ">=3000"
}
]
},
{ {
"name": "lxml", "name": "lxml",
"load_order": "10", "load_order": "10",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment