python3Packages.nbconvert: propagate beautifulsoup4
This commit is contained in:
parent
bfea00a603
commit
c213165843
@ -5,6 +5,7 @@
|
||||
, glibcLocales
|
||||
, entrypoints
|
||||
, bleach
|
||||
, beautifulsoup4
|
||||
, mistune
|
||||
, nbclient
|
||||
, jinja2
|
||||
@ -45,7 +46,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
entrypoints bleach mistune jinja2 pygments traitlets testpath
|
||||
jupyter_core nbformat ipykernel pandocfilters tornado jupyter-client
|
||||
defusedxml
|
||||
defusedxml beautifulsoup4
|
||||
(nbclient.override { doCheck = false; }) # avoid infinite recursion
|
||||
jupyterlab-pygments
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user