open-webui/backend/requirements.txt

23 lines
183 B
Text
Raw Normal View History

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