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

Commit 60daa09

Browse files
committed
Update empack
1 parent 4674234 commit 60daa09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jupyterlite_xeus_python/env_build_addon.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def post_build(self, manager):
123123
outname=Path(self.cwd.name) / "python_data",
124124
version=PYTHON_VERSION,
125125
export_name="globalThis.Module",
126+
download_emsdk="latest",
126127
)
127128

128129
# Find the federated extensions in the emscripten-env and install them

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
install_requires=[
5757
"traitlets",
5858
"jupyterlite",
59-
"empack"
59+
"requests",
60+
"empack>=0.7.0",
6061
],
6162
zip_safe=False,
6263
include_package_data=True,
@@ -71,6 +72,7 @@
7172
"Programming Language :: Python :: 3.7",
7273
"Programming Language :: Python :: 3.8",
7374
"Programming Language :: Python :: 3.9",
75+
"Programming Language :: Python :: 3.10",
7476
"Framework :: Jupyter",
7577
"Framework :: Jupyter :: JupyterLab",
7678
"Framework :: Jupyter :: JupyterLab :: 3",

0 commit comments

Comments
 (0)