Skip to content

Commit 11a0cab

Browse files
committed
add configurations
1 parent 54908cc commit 11a0cab

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,17 @@
8787
},
8888
"jupyterlab": {
8989
"extension": true,
90-
"outputDir": "jupyterlab_lego_boost/labextension"
90+
"outputDir": "jupyterlab_lego_boost/labextension",
91+
"sharedPackages": {
92+
"jupyterlab-blockly": {
93+
"bundled": false,
94+
"singleton": true
95+
},
96+
"blockly": {
97+
"bundled": false,
98+
"singleton": true
99+
}
100+
}
91101
},
92102
"jupyter-releaser": {
93103
"hooks": {

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
zip_safe=False,
5555
include_package_data=True,
5656
python_requires=">=3.7",
57+
install_requires=['jupyterlab-blockly>=0.1.1,<0.2'],
5758
platforms="Linux, Mac OS X, Windows",
5859
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
5960
classifiers=[

0 commit comments

Comments
 (0)