mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-25 17:15:16 +02:00
refac
This commit is contained in:
@@ -22,7 +22,7 @@ const packages = [
|
|||||||
// static/pyodide/ so that the browser can install them offline via micropip.
|
// static/pyodide/ so that the browser can install them offline via micropip.
|
||||||
// Packages already provided by the Pyodide distribution (click, platformdirs,
|
// Packages already provided by the Pyodide distribution (click, platformdirs,
|
||||||
// typing_extensions, etc.) do NOT need to be listed here.
|
// 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 { loadPyodide } from 'pyodide';
|
||||||
import { setGlobalDispatcher, ProxyAgent } from 'undici';
|
import { setGlobalDispatcher, ProxyAgent } from 'undici';
|
||||||
|
|||||||
Reference in New Issue
Block a user