This repository was archived by the owner on Feb 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ dependencies:
1313 - jupyterlab
1414 - empack >=2.0.9,<3
1515 - pip :
16- - jupyterlite==0.1.0b18
16+ - jupyterlite-core ==0.1.0b19
1717 - jupyterlite-sphinx
1818 - ..
Original file line number Diff line number Diff line change 22 "jupyter-lite-schema-version" : 0 ,
33 "jupyter-config-data" : {
44 "disabledExtensions" : [
5- " @jupyterlite/javascript-kernel-extension" ,
6- " @jupyterlite/pyolite-kernel-extension"
5+ " @jupyterlite/javascript-kernel-extension"
76 ]
87 }
98}
Original file line number Diff line number Diff line change 1515from empack .file_packager import pack_environment
1616from empack .file_patterns import PkgFileFilter , pkg_file_filter_from_yaml
1717
18- from jupyterlite .constants import (
18+ from jupyterlite_core .constants import (
1919 SHARE_LABEXTENSIONS ,
2020 LAB_EXTENSIONS ,
2121 JUPYTERLITE_JSON ,
2222 UTF8 ,
2323 FEDERATED_EXTENSIONS ,
2424)
25- from jupyterlite .addons .federated_extensions import (
25+ from jupyterlite_core .addons .federated_extensions import (
2626 FederatedExtensionAddon ,
2727 ENV_EXTENSIONS ,
2828)
Original file line number Diff line number Diff line change 5959 packages = setuptools .find_packages (exclude = ["tests" ]),
6060 install_requires = [
6161 "traitlets" ,
62- "jupyterlite" ,
62+ "jupyterlite-core>=0.1.0b19 " ,
6363 "requests" ,
6464 "empack>=2.0.9,<3" ,
6565 "typer" ,
Original file line number Diff line number Diff line change 44from tempfile import TemporaryDirectory
55from pathlib import Path
66
7- from jupyterlite .app import LiteStatusApp
7+ from jupyterlite_core .app import LiteStatusApp
88
99from jupyterlite_xeus_python .env_build_addon import XeusPythonEnv
1010
You can’t perform that action at this time.
0 commit comments