build-systems: add hatchling explicitly for jsonschema >= 4.6.0

Explicitly mention both hatchling and hatch-vcs instead of relying on
hatch-vcs dependencies to bring in hatchling.
This commit is contained in:
Sergey Vlasov 2022-06-17 17:17:27 +03:00
parent f5e8c0713c
commit f0ef50e3de

View file

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