This commit is contained in:
Timothy Jaeryang Baek
2026-04-24 18:55:39 +09:00
parent f93d20ac42
commit 4e2240aada

View File

@@ -22,7 +22,7 @@ const packages = [
// static/pyodide/ so that the browser can install them offline via micropip.
// Packages already provided by the Pyodide distribution (click, platformdirs,
// typing_extensions, etc.) do NOT need to be listed here.
const pypiPackages = ['black', 'pathspec', 'mypy_extensions'];
const pypiPackages = ['black', 'pathspec', 'mypy_extensions', 'pytokens'];
import { loadPyodide } from 'pyodide';
import { setGlobalDispatcher, ProxyAgent } from 'undici';