gradio/js/wasm
Yuichiro Tachibana (Tsuchiya) d831040032
Remove Ruff and Uvicorn in Wasm env (#7744)
* Exclude `ruff` from the requirements list for Wasm env

* Exclude `uvicorn` from the requirements list for Wasm env and fix the related modules not to try to import it when not used

* add changeset

* Fix tests

* add changeset

* Apply formatter

* Remove a test case which became unnecessary in https://github.com/gradio-app/gradio/pull/5267, ref: https://github.com/gradio-app/gradio/pull/7744#issuecomment-2011332287

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-03-22 17:32:59 +09:00
..
network Lite: Support opening the entrypoint HTML page directly in browser via the file: protocol (#5972) 2023-10-17 23:25:01 -07:00
src Remove Ruff and Uvicorn in Wasm env (#7744) 2024-03-22 17:32:59 +09:00
svelte fix-tests (#7345) 2024-03-04 14:03:46 +00:00
CHANGELOG.md chore: update versions (#7669) 2024-03-19 13:50:31 -07:00
package.json chore: update versions (#7669) 2024-03-19 13:50:31 -07:00
tsconfig.json Lite v4 (#6398) 2023-12-12 22:10:16 +00:00
vite.worker.config.js