mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-09 16:09:10 +00:00
refac
This commit is contained in:
parent
f93d20ac42
commit
4e2240aada
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue