3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.jupyter-contrib-nbextensions: update dependencies

This commit is contained in:
Robert Schütz 2023-08-07 12:49:01 -07:00
parent 9effe50ca4
commit c1b4143943

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, ipython_genutils
, jupyter-contrib-core
, jupyter-highlight-selected-word
, jupyter-nbextensions-configurator
@ -19,6 +20,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
ipython_genutils
jupyter-contrib-core
jupyter-highlight-selected-word
jupyter-nbextensions-configurator