open-webui: use opencv-python-headless and psycopg2-binary
This commit is contained in:
parent
c248805464
commit
d792caed67
@ -55,10 +55,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
pythonRemoveDeps = [
|
||||||
# using `opencv4`
|
|
||||||
"opencv-python-headless"
|
|
||||||
# using `psycopg2` instead
|
|
||||||
"psycopg2-binary"
|
|
||||||
"docker"
|
"docker"
|
||||||
"pytest"
|
"pytest"
|
||||||
"pytest-docker"
|
"pytest-docker"
|
||||||
@ -97,14 +93,14 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
markdown
|
markdown
|
||||||
nltk
|
nltk
|
||||||
openai
|
openai
|
||||||
opencv4
|
opencv-python-headless
|
||||||
openpyxl
|
openpyxl
|
||||||
pandas
|
pandas
|
||||||
passlib
|
passlib
|
||||||
peewee
|
peewee
|
||||||
peewee-migrate
|
peewee-migrate
|
||||||
psutil
|
psutil
|
||||||
psycopg2
|
psycopg2-binary
|
||||||
pydub
|
pydub
|
||||||
pyjwt
|
pyjwt
|
||||||
pymilvus
|
pymilvus
|
||||||
|
Loading…
Reference in New Issue
Block a user