We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93d20a commit 4e2240aCopy full SHA for 4e2240a
1 file changed
scripts/prepare-pyodide.js
@@ -22,7 +22,7 @@ const packages = [
22
// static/pyodide/ so that the browser can install them offline via micropip.
23
// Packages already provided by the Pyodide distribution (click, platformdirs,
24
// typing_extensions, etc.) do NOT need to be listed here.
25
-const pypiPackages = ['black', 'pathspec', 'mypy_extensions'];
+const pypiPackages = ['black', 'pathspec', 'mypy_extensions', 'pytokens'];
26
27
import { loadPyodide } from 'pyodide';
28
import { setGlobalDispatcher, ProxyAgent } from 'undici';
0 commit comments