Merge pull request #670 from sigprof/jsonschema

build-systems: add hatch-vcs for jsonschema >= 4.6.0
This commit is contained in:
adisbladis 2022-06-18 00:17:57 +08:00 committed by GitHub
commit ea3bd4eb70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -595,7 +595,8 @@
"poetry-core"
],
"jsonschema": [
{ "buildSystem": "hatchling", "from": "4.6.0" }
{ "buildSystem": "hatchling", "from": "4.6.0" },
{ "buildSystem": "hatch-vcs", "from": "4.6.0" }
],
"jupyter-server": [
"jupyter-packaging"