Search Criteria
Package Details: open-webui-no-venv 0.5.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/open-webui-no-venv.git (read-only, click to copy) |
---|---|
Package Base: | open-webui-no-venv |
Description: | Web UI and OpenAI API for various LLM runners, including Ollama, built without creating virtualenv |
Upstream URL: | https://github.com/open-webui/open-webui |
Licenses: | MIT |
Conflicts: | open-webui, open-webui-git |
Submitter: | mistersmee |
Maintainer: | mistersmee |
Last Packager: | mistersmee |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-01-05 15:58 (UTC) |
Last Updated: | 2025-01-06 03:53 (UTC) |
Dependencies (72)
- python (python37AUR, python311AUR, python310AUR)
- python-aiocacheAUR
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-alembic
- python-authlib
- python-beautifulsoup4
- python-black (python-black-gitAUR)
- python-boto3
- python-botocore (python-botocore-gitAUR)
- python-chromadbAUR
- python-colbert-aiAUR
- python-datasetsAUR
- python-dotenv
- python-duckduckgo-searchAUR
- python-fastapi
- python-faster-whisperAUR
- python-fpdf2AUR
- python-ftfyAUR
- python-huggingface-hubAUR (python-huggingface-hub-gitAUR)
- python-langchainAUR
- python-langchain-communityAUR
- python-langchain-coreAUR
- python-ldap3
- python-lxml
- python-markdown
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR)
- python-opensearchAUR
- python-passlib
- python-peewee
- python-peewee-migrateAUR
- python-pgvectorAUR
- python-pydantic
- python-pydubAUR (python-pydub-gitAUR)
- python-pyjwt
- python-pymilvusAUR
- python-python-multipart
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-qdrant-clientAUR
- python-redis
- python-requests
- python-sentence-transformersAUR
- python-socketio
- python-soundfile
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-starlette
- python-tiktoken (python-tiktoken-gitAUR)
- python-transformersAUR
- python-typer
- python-typing_extensions
- python-validators
- python-websocket-client (python-websocket-client-gitAUR)
- python-yaml (python-yaml-gitAUR)
- python-yarl
- python-youtube-transcript-apiAUR
- uvicorn
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- python-build (make)
- python-ctranslate2-binAUR (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-installer (make)
- python-jaxlib-binAUR (make)
- python-primp-binAUR (make)
- python-setuptools (make)
- python-tensorstore-binAUR (make)
- python-wheel (make)
- python-docker (check)
- python-pytest (check)
- python-pytest-dockerAUR (check)
- ollama (ollama-rocm-gitAUR, ollama-gitAUR, ollama-cuda-gitAUR, ollama-nogpu-gitAUR) (optional)
- tika-serverAUR (optional)
Latest Comments
mistersmee commented on 2025-01-06 11:44 (UTC)
@evine, that is because a few of the dependencies listed upstream are transitive dependencies, e.g. Flask is a transitive dependency of uvicorn, and so on.
I've gone through every Python file in the upstream repo and looked for every
import <third party Python package>
and grabbed those as dependencies.evine commented on 2025-01-06 10:58 (UTC)
It seems that there are fewer dependencies than listed here: https://github.com/open-webui/open-webui/blob/main/pyproject.toml#L8-L105