mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Update requirements.txt to add httpx and optional support for: h2 - HTTP/2 support. (Optional, with httpx[http2]) socksio - SOCKS proxy support. (Optional, with httpx[socks]) rich - Rich terminal support. (Optional, with httpx[cli]) click - Command line client support. (Optional, with httpx[cli]) brotli or brotlicffi - Decoding for "brotli" compressed responses. (Optional, with httpx[brotli]) zstandard - Decoding for "zstd" compressed responses. (Optional, with httpx[zstd]) httpx[socks,http2,zstd,cli,brotli]==0.28.1 |
||
|---|---|---|
| .. | ||
| data | ||
| open_webui | ||
| .dockerignore | ||
| .gitignore | ||
| dev.sh | ||
| requirements.txt | ||
| start.sh | ||
| start_windows.bat | ||