From 60daa093293ce68edfd6f9ca171563b51ea79b61 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 27 Jun 2022 09:15:54 +0200 Subject: [PATCH] Update empack --- jupyterlite_xeus_python/env_build_addon.py | 1 + setup.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jupyterlite_xeus_python/env_build_addon.py b/jupyterlite_xeus_python/env_build_addon.py index 39db9fd..21bd6f1 100644 --- a/jupyterlite_xeus_python/env_build_addon.py +++ b/jupyterlite_xeus_python/env_build_addon.py @@ -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 diff --git a/setup.py b/setup.py index 67e58f6..8dea171 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,8 @@ install_requires=[ "traitlets", "jupyterlite", - "empack" + "requests", + "empack>=0.7.0", ], zip_safe=False, include_package_data=True, @@ -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",