Files
open-webui/backend/requirements.txt

27 lines
222 B
Plaintext
Raw Normal View History

2023-11-14 16:28:51 -08:00
fastapi
uvicorn[standard]
pydantic
python-multipart
flask
flask_cors
python-socketio
python-jose
passlib[bcrypt]
uuid
requests
2023-12-24 00:27:04 -08:00
aiohttp
2023-12-25 21:44:28 -08:00
peewee
2023-11-14 16:28:51 -08:00
bcrypt
2024-01-06 22:07:20 -08:00
langchain
2023-12-31 23:35:17 -08:00
chromadb
2024-01-06 22:07:20 -08:00
sentence_transformers
2023-12-31 23:35:17 -08:00
2023-11-14 16:28:51 -08:00
PyJWT
2023-12-25 21:44:28 -08:00
pyjwt[crypto]
black