mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31: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": [
|
"notebook-shim": [
|
||||||
"jupyter-packaging",
|
"jupyter-packaging",
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.2.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.2.0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"notedown": [
|
"notedown": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue