Skip to content

Commit 4e2240a

Browse files
committed
refac
1 parent f93d20a commit 4e2240a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare-pyodide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const packages = [
2222
// static/pyodide/ so that the browser can install them offline via micropip.
2323
// Packages already provided by the Pyodide distribution (click, platformdirs,
2424
// typing_extensions, etc.) do NOT need to be listed here.
25-
const pypiPackages = ['black', 'pathspec', 'mypy_extensions'];
25+
const pypiPackages = ['black', 'pathspec', 'mypy_extensions', 'pytokens'];
2626

2727
import { loadPyodide } from 'pyodide';
2828
import { setGlobalDispatcher, ProxyAgent } from 'undici';

0 commit comments

Comments
 (0)