mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #670 from sigprof/jsonschema
build-systems: add hatch-vcs for jsonschema >= 4.6.0
This commit is contained in:
commit
ea3bd4eb70
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue