mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
build-systems: add jupyter-packaging to jupyter-server
This commit is contained in:
parent
fb0628877f
commit
0f08745e3b
1 changed files with 5 additions and 1 deletions
|
@ -7256,7 +7256,11 @@
|
|||
"setuptools"
|
||||
],
|
||||
"jupyter-server": [
|
||||
"setuptools"
|
||||
"setuptools",
|
||||
{
|
||||
"buildSystem": "jupyter-packaging",
|
||||
"from": "1.21.0"
|
||||
}
|
||||
],
|
||||
"jupyter-server-mathjax": [
|
||||
"jupyter-packaging",
|
||||
|
|
Loading…
Add table
Reference in a new issue