Commit 436e9b9e authored by Levin Zimmermann's avatar Levin Zimmermann

stack/erp5: Add dependencies for juptyer to html conversion

parent 86df2ac5
...@@ -563,6 +563,10 @@ eggs = ${neoppod:eggs} ...@@ -563,6 +563,10 @@ eggs = ${neoppod:eggs}
# Used by ERP5 Jupyter backend # Used by ERP5 Jupyter backend
ipykernel ipykernel
# Used by Jupyter notebook to html conversion
nbconvert
nbformat
# Used by DiffTool # Used by DiffTool
deepdiff deepdiff
unidiff unidiff
...@@ -771,3 +775,7 @@ strict-rfc3339 = 0.7 ...@@ -771,3 +775,7 @@ strict-rfc3339 = 0.7
webcolors = 1.10 webcolors = 1.10
rfc3987 = 1.3.8 rfc3987 = 1.3.8
jsonpointer = 2.2 jsonpointer = 2.2
# nbconvert 4.2.0 depends on entrypoints egg that is not available as tar/zip source.
nbconvert = 4.1.0
nbformat = 4.3.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment