mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
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:
parent
f5e8c0713c
commit
f0ef50e3de
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@
|
|||
"poetry-core"
|
||||
],
|
||||
"jsonschema": [
|
||||
{ "buildSystem": "hatchling", "from": "4.6.0" },
|
||||
{ "buildSystem": "hatch-vcs", "from": "4.6.0" }
|
||||
],
|
||||
"jupyter-server": [
|
||||
|
|
Loading…
Add table
Reference in a new issue