Commit 9af3b9a0 authored by Sebastian's avatar Sebastian

Add tests for nbextension and content manager

parent b2eb6ad3
...@@ -537,6 +537,12 @@ eggs = ${neoppod:eggs} ...@@ -537,6 +537,12 @@ eggs = ${neoppod:eggs}
# Used by ERP5 Jupyter backend # Used by ERP5 Jupyter backend
ipykernel ipykernel
# NEW:Testing Sebastian
nbconvert
nbformat
mistune
tornado
# parameterizing the version of the generated python interpreter name by the # parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the # python section version causes dependency between this egg section and the
# installation of python, which we don't want on an instance # installation of python, which we don't want on an instance
...@@ -746,3 +752,9 @@ zope.app.dependable = 3.5.1 ...@@ -746,3 +752,9 @@ zope.app.dependable = 3.5.1
# Products.CMFCalendar==2.2.3 # Products.CMFCalendar==2.2.3
# five.formlib==1.0.4 # five.formlib==1.0.4
zope.app.form = 4.0.2 zope.app.form = 4.0.2
# NEW:testing sebastian
nbconvert = 4.1.0
nbformat = 4.3.0
mistune = 0.7.3
tornado = 4.4.2
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