open-webui/backend/requirements.txt

23 lines
183 B
Plaintext
Raw Normal View History

2023-11-15 00:28:51 +00:00
fastapi
uvicorn[standard]
pydantic
python-multipart
flask
flask_cors
python-socketio
python-jose
passlib[bcrypt]
uuid
requests
2023-12-24 08:27:04 +00:00
aiohttp
2023-12-26 05:44:28 +00:00
peewee
2023-11-15 00:28:51 +00:00
bcrypt
2024-01-01 07:35:17 +00:00
chromadb
2023-11-15 00:28:51 +00:00
PyJWT
2023-12-26 05:44:28 +00:00
pyjwt[crypto]