Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Update empack #39

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jupyterlite_xeus_python/env_build_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def post_build(self, manager):
outname=Path(self.cwd.name) / "python_data",
version=PYTHON_VERSION,
export_name="globalThis.Module",
download_emsdk="latest",
)

# Find the federated extensions in the emscripten-env and install them
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
install_requires=[
"traitlets",
"jupyterlite",
"empack"
"requests",
"empack>=0.7.0",
],
zip_safe=False,
include_package_data=True,
Expand All @@ -71,6 +72,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down