mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
build-systems: add hatchling to notebook-shim
This commit is contained in:
parent
0f08745e3b
commit
20e0631de4
1 changed files with 8 additions and 1 deletions
|
@ -9127,7 +9127,14 @@
|
|||
],
|
||||
"notebook-shim": [
|
||||
"jupyter-packaging",
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "0.2.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "0.2.0"
|
||||
}
|
||||
],
|
||||
"notedown": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue